Html Css Color HEX #29979E Java

📋 copy color: '#29979E'

red 41 ◦ green 151 ◦ blue 158

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

Shades of Java #29979E

Tints of Java #29979E

RGB

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

 GREEN value IS 151 (59.38% from 255) = 43.14%

 BLUE value IS 158 (62.11% from 255) = 45.14%

R = 11.71%
G = 43.14%
B = 45.14%

CMYK

 C value IS 0.74

 M value IS 0.04

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#29979E (or 0x29979E) is known color: Java. HEX triplet: 29, 97 and 9E. RGB value is (41,151,158). Sum of RGB (Red+Green+Blue) = 41+151+158=350 (46% of max value = 765). Red value is 41 (16.41% from 255 or 11.71% from 350); Green value is 151 (59.38% from 255 or 43.14% from 350); Blue value is 158 (62.11% from 255 or 45.14% from 350); Max value from RGB is 158 - color contains mainly: blue. Hex color #29979E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #29979E is #D66861. Grayscale: #767676. Windows color (decimal): -14051426 or 10393385. OLE color: 10393385.

HSL color Cylindrical-coordinate representation of color #29979E: hue angle of 183.59º degrees, saturation: 0.59, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #29979E is Cyan = 0.74, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 41 151 158 -
CMYK 0.74 0.04 0 0.38
HSL 183.59º 0.59% 0.39% -
HSV(B) 183.59º 0.74% 0.62% -
XYZ 18.15 25.07 36.23 -
YUV 118.91 150.06 72.43 -
System Red Green Blue C M Y K H S L
Decimal 41 151 158 0.74 0.04 0 0.38 183.59 0.59 0.39
Hex 29 97 9E 4A 4 0 26 B8 3B 27
Octal 51 227 236 112 4 0 46 270 73 47
Binary 101001 10010111 10011110 1001010 100 0 100110 10111000 111011 100111

Color Harmonies of #29979E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29979E

Black with #29979E

Text Example


Text Example

White with #29979E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #29979E; }

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

 H1.HeaderClassName
 {
   color: #29979E;
 }
 .AnyTagClassName
 {
   color: #29979E;
 }
</style>

background-color css

<style>
 a { background-color: #29979E; }

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

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

border-color css

<style>
 span { border-color: #29979E; }

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

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