Html Css Color HEX #269B94 Java

📋 copy color: '#269B94'

red 38 ◦ green 155 ◦ blue 148

#269B94
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Java #269B94

Tints of Java #269B94

RGB

 RED value IS 38 (15.23% from 255) = 11.14%

 GREEN value IS 155 (60.94% from 255) = 45.45%

 BLUE value IS 148 (58.2% from 255) = 43.4%

R = 11.14%
G = 45.45%
B = 43.4%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.05

 K value IS 0.39

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#269B94 (or 0x269B94) is known color: Java. HEX triplet: 26, 9B and 94. RGB value is (38,155,148). Sum of RGB (Red+Green+Blue) = 38+155+148=341 (45% of max value = 765). Red value is 38 (15.23% from 255 or 11.14% from 341); Green value is 155 (60.94% from 255 or 45.45% from 341); Blue value is 148 (58.20% from 255 or 43.40% from 341); Max value from RGB is 155 - color contains mainly: green. Hex color #269B94 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #269B94 is #D9646B. Grayscale: #777777. Windows color (decimal): -14247020 or 9739046. OLE color: 9739046.

HSL color Cylindrical-coordinate representation of color #269B94: hue angle of 176.41º degrees, saturation: 0.61, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #269B94 is Cyan = 0.75, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.39.

Color convert

RGB 38 155 148 -
CMYK 0.75 0 0.05 0.39
HSL 176.41º 0.61% 0.38% -
HSV(B) 176.41º 0.75% 0.61% -
XYZ 17.87 25.99 32.09 -
YUV 119.22 144.24 70.07 -
System Red Green Blue C M Y K H S L
Decimal 38 155 148 0.75 0 0.05 0.39 176.41 0.61 0.38
Hex 26 9B 94 4B 0 5 27 B0 3D 26
Octal 46 233 224 113 0 5 47 260 75 46
Binary 100110 10011011 10010100 1001011 0 101 100111 10110000 111101 100110

Color Harmonies of #269B94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #269B94

Black with #269B94

Text Example


Text Example

White with #269B94

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #269B94; }

 p { color: rgb(38,155,148); }

 H1.HeaderClassName
 {
   color: #269B94;
 }
 .AnyTagClassName
 {
   color: #269B94;
 }
</style>

background-color css

<style>
 a { background-color: #269B94; }

 a { background-color: rgb(38,155,148); }

 div.DivClassName
 {
   background-color: #269B94;
 }
 .BgClassName
 {
   background-color: #269B94;
 }
</style>

border-color css

<style>
 span { border-color: #269B94; }

 span { border-color: rgb(38,155,148); }

 td.TdClassName
 {
   border-color: #269B94;
 }
 .TagClassName
 {
   border-color: #269B94;
 }
</style>