Html Css Color HEX #299B97 Java

📋 copy color: '#299B97'

red 41 ◦ green 155 ◦ blue 151

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

Shades of Java #299B97

Tints of Java #299B97

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 value IS 0.74

 M value IS 0

 Y value IS 0.03

 K value IS 0.39

RGB Variations

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

Color information

#299B97 (or 0x299B97) is known color: 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

RGB 41 155 151 -
CMYK 0.74 0 0.03 0.39
HSL 177.89º 0.58% 0.38% -
HSV(B) 177.89º 0.74% 0.61% -
XYZ 18.22 26.15 33.36 -
YUV 120.46 145.23 71.33 -
System Red Green Blue C M Y K H S L
Decimal 41 155 151 0.74 0 0.03 0.39 177.89 0.58 0.38
Hex 29 9B 97 4A 0 3 27 B2 3A 26
Octal 51 233 227 112 0 3 47 262 72 46
Binary 101001 10011011 10010111 1001010 0 11 100111 10110010 111010 100110

Color Harmonies of #299B97

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #299B97

Black with #299B97

Text Example


Text Example

White with #299B97

Text Example


Text Example

HTML Codes & Css Web 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>