#235C51

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

Shades of Eden #235C51

Tints of Eden #235C51

Color information

#235C51 (or 0x235C51) is unknown color: approx Eden. HEX triplet: 23, 5C and 51. RGB value is (35,92,81). Sum of RGB (Red+Green+Blue) = 35+92+81=208 (27% of max value = 765). Red value is 35 (14.06% from 255 or 16.83% from 208); Green value is 92 (36.33% from 255 or 44.23% from 208); Blue value is 81 (32.03% from 255 or 38.94% from 208); Max value from RGB is 92 - color contains mainly: green. Hex color #235C51 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #235C51 is #DCA3AE. Grayscale: #494949. Windows color (decimal): -14459823 or 5332003. OLE color: 5332003.

HSL color Cylindrical-coordinate representation of color #235C51: hue angle of 168.42º 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 #235C51 is Cyan = 0.62, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.64.

Color convert

RGB359281-
CMYK0.6200.120.64
HSL168.42º44.88%24.9%-
HSV(B)168.42º61.96%36.08%-
XYZ6.018.619.13-
YUV73.7132.12100.39-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 16.83%
GREEN value IS 92 (36.33% from 255) = 44.23%
BLUE value IS 81 (32.03% from 255) = 38.94%
R=16.83%
G=44.23%
B=38.94%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal3592810.6200.120.64168.4244.8824.9
Hex235C513E0C40a82d19
Octal43134121760141002505531
Binary100011101110010100011111100110010000001010100010110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #235C51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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