#247D5D

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

Shades of Deep Sea #247D5D

Tints of Deep Sea #247D5D

Color information

#247D5D (or 0x247D5D) is unknown color: approx Deep Sea. HEX triplet: 24, 7D and 5D. RGB value is (36,125,93). Sum of RGB (Red+Green+Blue) = 36+125+93=254 (33% of max value = 765). Red value is 36 (14.45% from 255 or 14.17% from 254); Green value is 125 (49.22% from 255 or 49.21% from 254); Blue value is 93 (36.72% from 255 or 36.61% from 254); Max value from RGB is 125 - color contains mainly: green. Hex color #247D5D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #247D5D is #DB82A2. Grayscale: #5E5E5E. Windows color (decimal): -14385827 or 6126884. OLE color: 6126884.

HSL color Cylindrical-coordinate representation of color #247D5D: hue angle of 158.43º degrees, saturation: 0.55, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #247D5D is Cyan = 0.71, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.51.

Color convert

RGB3612593-
CMYK0.7100.260.51
HSL158.43º55.28%31.57%-
HSV(B)158.43º71.2%49.02%-
XYZ10.0415.8312.88-
YUV94.74127.0186.1-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 14.17%
GREEN value IS 125 (49.22% from 255) = 49.21%
BLUE value IS 93 (36.72% from 255) = 36.61%
R=14.17%
G=49.21%
B=36.61%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal36125930.7100.260.51158.4355.2831.57
Hex247D5D4701A339e3720
Octal44175135107032632366740
Binary10010011111011011101100011101101011001110011110110111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #247D5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #247D5D; }

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

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

<style>
 a { background-color: #247D5D; }

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

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

<style>
 span { border-color: #247D5D; }

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

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