#299B97

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

Shades of Java #299B97

Tints of Java #299B97

Color information

#299B97 (or 0x299B97) is unknown color: approx Java. HEX triplet: 29, 9B and 97. RGB value is (41,155,151). Sum of RGB (Red+Green+Blue) = 41+155+151=347 (45% of max value = 765). Red value is 41 (16.41% from 255 or 11.82% from 347); Green value is 155 (60.94% from 255 or 44.67% from 347); Blue value is 151 (59.38% from 255 or 43.52% from 347); Max value from RGB is 155 - color contains mainly: green. Hex color #299B97 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #299B97 is #D66468. Grayscale: #787878. Windows color (decimal): -14050409 or 9935657. OLE color: 9935657.

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

Color convert

RGB41155151-
CMYK0.7400.030.39
HSL177.89º58.16%38.43%-
HSV(B)177.89º73.55%60.78%-
XYZ18.2226.1533.36-
YUV120.46145.2371.33-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 11.82%
GREEN value IS 155 (60.94% from 255) = 44.67%
BLUE value IS 151 (59.38% from 255) = 43.52%
R=11.82%
G=44.67%
B=43.52%

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
Decimal411551510.7400.030.39177.8958.1638.43
Hex299B974A0327b23a26
Octal5123322711203472627246
Binary1010011001101110010111100101001110011110110010111010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #299B97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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