#23785C

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

Shades of Deep Sea #23785C

Tints of Deep Sea #23785C

Color information

#23785C (or 0x23785C) is unknown color: approx Deep Sea. HEX triplet: 23, 78 and 5C. RGB value is (35,120,92). Sum of RGB (Red+Green+Blue) = 35+120+92=247 (32% of max value = 765). Red value is 35 (14.06% from 255 or 14.17% from 247); Green value is 120 (47.27% from 255 or 48.58% from 247); Blue value is 92 (36.33% from 255 or 37.25% from 247); Max value from RGB is 120 - color contains mainly: green. Hex color #23785C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #23785C is #DC87A3. Grayscale: #5B5B5B. Windows color (decimal): -14452644 or 6060067. OLE color: 6060067.

HSL color Cylindrical-coordinate representation of color #23785C: hue angle of 160.24º degrees, saturation: 0.55, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #23785C is Cyan = 0.71, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.53.

Color convert

RGB3512092-
CMYK0.7100.230.53
HSL160.24º54.84%30.39%-
HSV(B)160.24º70.83%47.06%-
XYZ9.3414.5612.44-
YUV91.39128.3487.78-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 14.17%
GREEN value IS 120 (47.27% from 255) = 48.58%
BLUE value IS 92 (36.33% from 255) = 37.25%
R=14.17%
G=48.58%
B=37.25%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal35120920.7100.230.53160.2454.8430.39
Hex23785C4701735a0371e
Octal43170134107027652406736
Binary1000111111000101110010001110101111101011010000011011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #23785C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #23785C; }

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

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

<style>
 a { background-color: #23785C; }

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

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

<style>
 span { border-color: #23785C; }

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

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