#23795B

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

Shades of Deep Sea #23795B

Tints of Deep Sea #23795B

Color information

#23795B (or 0x23795B) is unknown color: approx Deep Sea. HEX triplet: 23, 79 and 5B. RGB value is (35,121,91). Sum of RGB (Red+Green+Blue) = 35+121+91=247 (32% of max value = 765). Red value is 35 (14.06% from 255 or 14.17% from 247); Green value is 121 (47.66% from 255 or 48.99% from 247); Blue value is 91 (35.94% from 255 or 36.84% from 247); Max value from RGB is 121 - color contains mainly: green. Hex color #23795B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #23795B is #DC86A4. Grayscale: #5B5B5B. Windows color (decimal): -14452389 or 5994787. OLE color: 5994787.

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

Color convert

RGB3512191-
CMYK0.7100.250.53
HSL159.07º55.13%30.59%-
HSV(B)159.07º71.07%47.45%-
XYZ9.4214.7912.26-
YUV91.87127.5187.44-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 14.17%
GREEN value IS 121 (47.66% from 255) = 48.99%
BLUE value IS 91 (35.94% from 255) = 36.84%
R=14.17%
G=48.99%
B=36.84%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal35121910.7100.250.53159.0755.1330.59
Hex23795B47019359f371f
Octal43171133107031652376737
Binary1000111111001101101110001110110011101011001111111011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #23795B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #23795B; }

 p { color: rgb(35,121,91); }

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

<style>
 a { background-color: #23795B; }

 a { background-color: rgb(35,121,91); }

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

<style>
 span { border-color: #23795B; }

 span { border-color: rgb(35,121,91); }

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