#236A60

Color #236A60 Eden (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Eden #236A60

Tints of Eden #236A60

Color information

#236A60 (or 0x236A60) is unknown color: approx Eden. HEX triplet: 23, 6A and 60. RGB value is (35,106,96). Sum of RGB (Red+Green+Blue) = 35+106+96=237 (31% of max value = 765). Red value is 35 (14.06% from 255 or 14.77% from 237); Green value is 106 (41.80% from 255 or 44.73% from 237); Blue value is 96 (37.89% from 255 or 40.51% from 237); Max value from RGB is 106 - color contains mainly: green. Hex color #236A60 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #236A60 is #DC959F. Grayscale: #535353. Windows color (decimal): -14456224 or 6318627. OLE color: 6318627.

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

Color convert

RGB3510696-
CMYK0.6700.090.58
HSL171.55º50.35%27.65%-
HSV(B)171.55º66.98%41.57%-
XYZ7.9611.5112.87-
YUV83.63134.9893.31-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 14.77%
GREEN value IS 106 (41.80% from 255) = 44.73%
BLUE value IS 96 (37.89% from 255) = 40.51%
R=14.77%
G=44.73%
B=40.51%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal35106960.6700.090.58171.5550.3527.65
Hex236A6043093Aac321c
Octal43152140103011722546234
Binary100011110101011000001000011010011110101010110011001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #236A60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #236A60;
 }
 .AnyTagClassName
 {
   color: #236A60;
 }
</style>
background-color css

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

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

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

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

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

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