#23755F

Color #23755F Deep Sea (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Sea #23755F

Tints of Deep Sea #23755F

Color information

#23755F (or 0x23755F) is unknown color: approx Deep Sea. HEX triplet: 23, 75 and 5F. RGB value is (35,117,95). Sum of RGB (Red+Green+Blue) = 35+117+95=247 (32% of max value = 765). Red value is 35 (14.06% from 255 or 14.17% from 247); Green value is 117 (46.09% from 255 or 47.37% from 247); Blue value is 95 (37.5% from 255 or 38.46% from 247); Max value from RGB is 117 - color contains mainly: green. Hex color #23755F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #23755F is #DC8AA0. Grayscale: #595959. Windows color (decimal): -14453409 or 6255907. OLE color: 6255907.

HSL color Cylindrical-coordinate representation of color #23755F: hue angle of 163.9º degrees, saturation: 0.54, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #23755F is Cyan = 0.70, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.54.

Color convert

RGB3511795-
CMYK0.7000.190.54
HSL163.9º53.95%29.8%-
HSV(B)163.9º70.09%45.88%-
XYZ9.1213.9113.03-
YUV89.97130.8388.79-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 14.17%
GREEN value IS 117 (46.09% from 255) = 47.37%
BLUE value IS 95 (37.5% from 255) = 38.46%
R=14.17%
G=47.37%
B=38.46%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal35117950.7000.190.54163.953.9529.8
Hex23755F4601336a4361e
Octal43165137106023662446636
Binary1000111110101101111110001100100111101101010010011011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #23755F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #23755F; }

 p { color: rgb(35,117,95); }

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

<style>
 a { background-color: #23755F; }

 a { background-color: rgb(35,117,95); }

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

<style>
 span { border-color: #23755F; }

 span { border-color: rgb(35,117,95); }

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