#235D50

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

Shades of Evening Sea #235D50

Tints of Evening Sea #235D50

Color information

#235D50 (or 0x235D50) is unknown color: approx Evening Sea. HEX triplet: 23, 5D and 50. RGB value is (35,93,80). Sum of RGB (Red+Green+Blue) = 35+93+80=208 (27% of max value = 765). Red value is 35 (14.06% from 255 or 16.83% from 208); Green value is 93 (36.72% from 255 or 44.71% from 208); Blue value is 80 (31.64% from 255 or 38.46% from 208); Max value from RGB is 93 - color contains mainly: green. Hex color #235D50 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #235D50 is #DCA2AF. Grayscale: #4A4A4A. Windows color (decimal): -14459568 or 5266723. OLE color: 5266723.

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

Color convert

RGB359380-
CMYK0.6200.140.64
HSL166.55º45.31%25.1%-
HSV(B)166.55º62.37%36.47%-
XYZ6.068.778.96-
YUV74.18131.28100.06-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 16.83%
GREEN value IS 93 (36.72% from 255) = 44.71%
BLUE value IS 80 (31.64% from 255) = 38.46%
R=16.83%
G=44.71%
B=38.46%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal3593800.6200.140.64166.5545.3125.1
Hex235D503E0E40a72d19
Octal43135120760161002475531
Binary100011101110110100001111100111010000001010011110110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #235D50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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