#235C57

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

Shades of Eden #235C57

Tints of Eden #235C57

Color information

#235C57 (or 0x235C57) is unknown color: approx Eden. HEX triplet: 23, 5C and 57. RGB value is (35,92,87). Sum of RGB (Red+Green+Blue) = 35+92+87=214 (28% of max value = 765). Red value is 35 (14.06% from 255 or 16.36% from 214); Green value is 92 (36.33% from 255 or 42.99% from 214); Blue value is 87 (34.38% from 255 or 40.65% from 214); Max value from RGB is 92 - color contains mainly: green. Hex color #235C57 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #235C57 is #DCA3A8. Grayscale: #4A4A4A. Windows color (decimal): -14459817 or 5725219. OLE color: 5725219.

HSL color Cylindrical-coordinate representation of color #235C57: hue angle of 174.74º degrees, saturation: 0.45, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #235C57 is Cyan = 0.62, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.64.

Color convert

RGB359287-
CMYK0.6200.050.64
HSL174.74º44.88%24.9%-
HSV(B)174.74º61.96%36.08%-
XYZ6.248.710.37-
YUV74.39135.1299.91-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 16.36%
GREEN value IS 92 (36.33% from 255) = 42.99%
BLUE value IS 87 (34.38% from 255) = 40.65%
R=16.36%
G=42.99%
B=40.65%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal3592870.6200.050.64174.7444.8824.9
Hex235C573E0540af2d19
Octal4313412776051002575531
Binary10001110111001010111111110010110000001010111110110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #235C57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #235C57; }

 p { color: rgb(35,92,87); }

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

<style>
 a { background-color: #235C57; }

 a { background-color: rgb(35,92,87); }

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

<style>
 span { border-color: #235C57; }

 span { border-color: rgb(35,92,87); }

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