#299B96

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

Shades of Java #299B96

Tints of Java #299B96

Color information

#299B96 (or 0x299B96) is unknown color: approx Java. HEX triplet: 29, 9B and 96. RGB value is (41,155,150). Sum of RGB (Red+Green+Blue) = 41+155+150=346 (45% of max value = 765). Red value is 41 (16.41% from 255 or 11.85% from 346); Green value is 155 (60.94% from 255 or 44.80% from 346); Blue value is 150 (58.98% from 255 or 43.35% from 346); Max value from RGB is 155 - color contains mainly: green. Hex color #299B96 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #299B96 is #D66469. Grayscale: #787878. Windows color (decimal): -14050410 or 9870121. OLE color: 9870121.

HSL color Cylindrical-coordinate representation of color #299B96: hue angle of 177.37º degrees, saturation: 0.58, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #299B96 is Cyan = 0.74, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.39.

Color convert

RGB41155150-
CMYK0.7400.030.39
HSL177.37º58.16%38.43%-
HSV(B)177.37º73.55%60.78%-
XYZ18.1426.1232.94-
YUV120.34144.7371.41-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 11.85%
GREEN value IS 155 (60.94% from 255) = 44.80%
BLUE value IS 150 (58.98% from 255) = 43.35%
R=11.85%
G=44.80%
B=43.35%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal411551500.7400.030.39177.3758.1638.43
Hex299B964A0327b13a26
Octal5123322611203472617246
Binary1010011001101110010110100101001110011110110001111010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #299B96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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