Html Css Color HEX #29959C Java

📋 copy color: '#29959C'

red 41 ◦ green 149 ◦ blue 156

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

Shades of Java #29959C

Tints of Java #29959C

RGB

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

 GREEN value IS 149 (58.59% from 255) = 43.06%

 BLUE value IS 156 (61.33% from 255) = 45.09%

R = 11.85%
G = 43.06%
B = 45.09%

CMYK

 C value IS 0.74

 M value IS 0.04

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#29959C (or 0x29959C) is known color: Java. HEX triplet: 29, 95 and 9C. RGB value is (41,149,156). Sum of RGB (Red+Green+Blue) = 41+149+156=346 (45% of max value = 765). Red value is 41 (16.41% from 255 or 11.85% from 346); Green value is 149 (58.59% from 255 or 43.06% from 346); Blue value is 156 (61.33% from 255 or 45.09% from 346); Max value from RGB is 156 - color contains mainly: blue. Hex color #29959C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #29959C is #D66A63. Grayscale: #757575. Windows color (decimal): -14051940 or 10261801. OLE color: 10261801.

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

Color convert

RGB 41 149 156 -
CMYK 0.74 0.04 0 0.39
HSL 183.65º 0.58% 0.39% -
HSV(B) 183.65º 0.74% 0.61% -
XYZ 17.66 24.37 35.22 -
YUV 117.51 149.72 73.43 -
System Red Green Blue C M Y K H S L
Decimal 41 149 156 0.74 0.04 0 0.39 183.65 0.58 0.39
Hex 29 95 9C 4A 4 0 27 B8 3A 27
Octal 51 225 234 112 4 0 47 270 72 47
Binary 101001 10010101 10011100 1001010 100 0 100111 10111000 111010 100111

Color Harmonies of #29959C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29959C

Black with #29959C

Text Example


Text Example

White with #29959C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #29959C; }

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

 H1.HeaderClassName
 {
   color: #29959C;
 }
 .AnyTagClassName
 {
   color: #29959C;
 }
</style>

background-color css

<style>
 a { background-color: #29959C; }

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

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

border-color css

<style>
 span { border-color: #29959C; }

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

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