Html Css Color HEX #296A60 Eden

📋 copy color: '#296A60'

red 41 ◦ green 106 ◦ blue 96

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

Shades of Eden #296A60

Tints of Eden #296A60

RGB

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

 GREEN value IS 106 (41.8% from 255) = 43.62%

 BLUE value IS 96 (37.89% from 255) = 39.51%

R = 16.87%
G = 43.62%
B = 39.51%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.09

 K value IS 0.58

RGB Variations

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

Color information

#296A60 (or 0x296A60) is known color: Eden. HEX triplet: 29, 6A and 60. RGB value is (41,106,96). Sum of RGB (Red+Green+Blue) = 41+106+96=243 (32% of max value = 765). Red value is 41 (16.41% from 255 or 16.87% from 243); Green value is 106 (41.80% from 255 or 43.62% from 243); Blue value is 96 (37.89% from 255 or 39.51% from 243); Max value from RGB is 106 - color contains mainly: green. Hex color #296A60 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #296A60 is #D6959F. Grayscale: #555555. Windows color (decimal): -14063008 or 6318633. OLE color: 6318633.

HSL color Cylindrical-coordinate representation of color #296A60: hue angle of 170.77º degrees, saturation: 0.44, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #296A60 is Cyan = 0.61, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.58.

Color convert

RGB 41 106 96 -
CMYK 0.61 0 0.09 0.58
HSL 170.77º 0.44% 0.29% -
HSV(B) 170.77º 0.61% 0.42% -
XYZ 8.18 11.62 12.88 -
YUV 85.43 133.97 96.31 -
System Red Green Blue C M Y K H S L
Decimal 41 106 96 0.61 0 0.09 0.58 170.77 0.44 0.29
Hex 29 6A 60 3D 0 9 3A AB 2C 1D
Octal 51 152 140 75 0 11 72 253 54 35
Binary 101001 1101010 1100000 111101 0 1001 111010 10101011 101100 11101

Color Harmonies of #296A60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #296A60

Black with #296A60

Text Example


Text Example

White with #296A60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #296A60; }

 p { color: rgb(41,106,96); }

 H1.HeaderClassName
 {
   color: #296A60;
 }
 .AnyTagClassName
 {
   color: #296A60;
 }
</style>

background-color css

<style>
 a { background-color: #296A60; }

 a { background-color: rgb(41,106,96); }

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

border-color css

<style>
 span { border-color: #296A60; }

 span { border-color: rgb(41,106,96); }

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