#269B96

Color #269B96 Java (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Java #269B96

Tints of Java #269B96

Color information

#269B96 (or 0x269B96) is unknown color: approx Java. HEX triplet: 26, 9B and 96. RGB value is (38,155,150). Sum of RGB (Red+Green+Blue) = 38+155+150=343 (45% of max value = 765). Red value is 38 (15.23% from 255 or 11.08% from 343); Green value is 155 (60.94% from 255 or 45.19% from 343); Blue value is 150 (58.98% from 255 or 43.73% from 343); Max value from RGB is 155 - color contains mainly: green. Hex color #269B96 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #269B96 is #D96469. Grayscale: #777777. Windows color (decimal): -14247018 or 9870118. OLE color: 9870118.

HSL color Cylindrical-coordinate representation of color #269B96: hue angle of 177.44º 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 #269B96 is Cyan = 0.75, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.39.

Color convert

RGB38155150-
CMYK0.7500.030.39
HSL177.44º60.62%37.84%-
HSV(B)177.44º75.48%60.78%-
XYZ18.0326.0632.93-
YUV119.45145.2469.91-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 11.08%
GREEN value IS 155 (60.94% from 255) = 45.19%
BLUE value IS 150 (58.98% from 255) = 43.73%
R=11.08%
G=45.19%
B=43.73%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal381551500.7500.030.39177.4460.6237.84
Hex269B964B0327b13d26
Octal4623322611303472617546
Binary1001101001101110010110100101101110011110110001111101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #269B96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #269B96;
 }
 .AnyTagClassName
 {
   color: #269B96;
 }
</style>
background-color css

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

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

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

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

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

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