Html Css Color HEX #299C9B Java

📋 copy color: '#299C9B'

red 41 ◦ green 156 ◦ blue 155

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

Shades of Java #299C9B

Tints of Java #299C9B

RGB

 RED value IS 41 (16.41% from 255) = 11.65%

 GREEN value IS 156 (61.33% from 255) = 44.32%

 BLUE value IS 155 (60.94% from 255) = 44.03%

R = 11.65%
G = 44.32%
B = 44.03%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.01

 K value IS 0.39

RGB Variations

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

Color information

#299C9B (or 0x299C9B) is known color: Java. HEX triplet: 29, 9C and 9B. RGB value is (41,156,155). Sum of RGB (Red+Green+Blue) = 41+156+155=352 (46% of max value = 765). Red value is 41 (16.41% from 255 or 11.65% from 352); Green value is 156 (61.33% from 255 or 44.32% from 352); Blue value is 155 (60.94% from 255 or 44.03% from 352); Max value from RGB is 156 - color contains mainly: green. Hex color #299C9B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #299C9B is #D66364. Grayscale: #797979. Windows color (decimal): -14050149 or 10198057. OLE color: 10198057.

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

Color convert

RGB 41 156 155 -
CMYK 0.74 0 0.01 0.39
HSL 179.48º 0.58% 0.39% -
HSV(B) 179.48º 0.74% 0.61% -
XYZ 18.72 26.61 35.16 -
YUV 121.5 146.9 70.58 -
System Red Green Blue C M Y K H S L
Decimal 41 156 155 0.74 0 0.01 0.39 179.48 0.58 0.39
Hex 29 9C 9B 4A 0 1 27 B3 3A 27
Octal 51 234 233 112 0 1 47 263 72 47
Binary 101001 10011100 10011011 1001010 0 1 100111 10110011 111010 100111

Color Harmonies of #299C9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #299C9B

Black with #299C9B

Text Example


Text Example

White with #299C9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #299C9B;
 }
 .AnyTagClassName
 {
   color: #299C9B;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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