#247D60

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

Shades of Deep Sea #247D60

Tints of Deep Sea #247D60

Color information

#247D60 (or 0x247D60) is unknown color: approx Deep Sea. HEX triplet: 24, 7D and 60. RGB value is (36,125,96). Sum of RGB (Red+Green+Blue) = 36+125+96=257 (34% of max value = 765). Red value is 36 (14.45% from 255 or 14.01% from 257); Green value is 125 (49.22% from 255 or 48.64% from 257); Blue value is 96 (37.89% from 255 or 37.35% from 257); Max value from RGB is 125 - color contains mainly: green. Hex color #247D60 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #247D60 is #DB829F. Grayscale: #5F5F5F. Windows color (decimal): -14385824 or 6323492. OLE color: 6323492.

HSL color Cylindrical-coordinate representation of color #247D60: hue angle of 160.45º 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 #247D60 is Cyan = 0.71, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.51.

Color convert

RGB3612596-
CMYK0.7100.230.51
HSL160.45º55.28%31.57%-
HSV(B)160.45º71.2%49.02%-
XYZ10.1715.8913.6-
YUV95.08128.5185.86-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 14.01%
GREEN value IS 125 (49.22% from 255) = 48.64%
BLUE value IS 96 (37.89% from 255) = 37.35%
R=14.01%
G=48.64%
B=37.35%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal36125960.7100.230.51160.4555.2831.57
Hex247D604701733a03720
Octal44175140107027632406740
Binary10010011111011100000100011101011111001110100000110111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #247D60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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