Html Css Color HEX #235D58 Eden

📋 copy color: '#235D58'

red 35 ◦ green 93 ◦ blue 88

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

Shades of Eden #235D58

Tints of Eden #235D58

RGB

 RED value IS 35 (14.06% from 255) = 16.2%

 GREEN value IS 93 (36.72% from 255) = 43.06%

 BLUE value IS 88 (34.77% from 255) = 40.74%

R = 16.2%
G = 43.06%
B = 40.74%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.05

 K value IS 0.64

RGB Variations

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

Color information

#235D58 (or 0x235D58) is known color: Eden. HEX triplet: 23, 5D and 58. RGB value is (35,93,88). Sum of RGB (Red+Green+Blue) = 35+93+88=216 (28% of max value = 765). Red value is 35 (14.06% from 255 or 16.20% from 216); Green value is 93 (36.72% from 255 or 43.06% from 216); Blue value is 88 (34.77% from 255 or 40.74% from 216); Max value from RGB is 93 - color contains mainly: green. Hex color #235D58 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #235D58 is #DCA2A7. Grayscale: #4B4B4B. Windows color (decimal): -14459560 or 5791011. OLE color: 5791011.

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

Color convert

RGB 35 93 88 -
CMYK 0.62 0 0.05 0.64
HSL 174.83º 0.45% 0.25% -
HSV(B) 174.83º 0.62% 0.36% -
XYZ 6.37 8.89 10.61 -
YUV 75.09 135.28 99.41 -
System Red Green Blue C M Y K H S L
Decimal 35 93 88 0.62 0 0.05 0.64 174.83 0.45 0.25
Hex 23 5D 58 3E 0 5 40 AF 2D 19
Octal 43 135 130 76 0 5 100 257 55 31
Binary 100011 1011101 1011000 111110 0 101 1000000 10101111 101101 11001

Color Harmonies of #235D58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #235D58

Black with #235D58

Text Example


Text Example

White with #235D58

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(35,93,88); }

 H1.HeaderClassName
 {
   color: #235D58;
 }
 .AnyTagClassName
 {
   color: #235D58;
 }
</style>

background-color css

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

 a { background-color: rgb(35,93,88); }

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

border-color css

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

 span { border-color: rgb(35,93,88); }

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