#24765d

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

Shades of Deep Sea #24765D

Tints of Deep Sea #24765D

Color information

#24765D (or 0x24765D) is unknown color: approx Deep Sea. HEX triplet: 24, 76 and 5D. RGB value is (36,118,93). Sum of RGB (Red+Green+Blue) = 36+118+93=247 (32% of max value = 765). Red value is 36 (14.45% from 255 or 14.57% from 247); Green value is 118 (46.48% from 255 or 47.77% from 247); Blue value is 93 (36.72% from 255 or 37.65% from 247); Max value from RGB is 118 - color contains mainly: green. Hex color #24765D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #24765D is #DB89A2. Grayscale: #5A5A5A. Windows color (decimal): -14387619 or 6125092. OLE color: 6125092.

HSL color Cylindrical-coordinate representation of color #24765D: hue angle of 161.71º degrees, saturation: 0.53, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #24765D is Cyan = 0.69, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.54.

Color convert

RGB3611893-
CMYK0.6900.210.54
HSL161.71º53.25%30.2%-
HSV(B)161.71º69.49%46.27%-
XYZ9.1814.1212.6-
YUV90.63129.3389.03-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 14.57%
GREEN value IS 118 (46.48% from 255) = 47.77%
BLUE value IS 93 (36.72% from 255) = 37.65%
R=14.57%
G=47.77%
B=37.65%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal36118930.6900.210.54161.7153.2530.2
Hex24765D4501536a2351e
Octal44166135105025662426536
Binary1001001110110101110110001010101011101101010001011010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #24765d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #24765d; }

 p { color: rgb(36,118,93); }

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

<style>
 a { background-color: #24765d; }

 a { background-color: rgb(36,118,93); }

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

<style>
 span { border-color: #24765d; }

 span { border-color: rgb(36,118,93); }

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