#247F60

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

Shades of Deep Sea #247F60

Tints of Deep Sea #247F60

Color information

#247F60 (or 0x247F60) is unknown color: approx Deep Sea. HEX triplet: 24, 7F and 60. RGB value is (36,127,96). Sum of RGB (Red+Green+Blue) = 36+127+96=259 (34% of max value = 765). Red value is 36 (14.45% from 255 or 13.90% from 259); Green value is 127 (50% from 255 or 49.03% from 259); Blue value is 96 (37.89% from 255 or 37.07% from 259); Max value from RGB is 127 - color contains mainly: green. Hex color #247F60 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #247F60 is #DB809F. Grayscale: #606060. Windows color (decimal): -14385312 or 6324004. OLE color: 6324004.

HSL color Cylindrical-coordinate representation of color #247F60: hue angle of 159.56º degrees, saturation: 0.56, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #247F60 is Cyan = 0.72, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.50.

Color convert

RGB3612796-
CMYK0.7200.240.50
HSL159.56º55.83%31.96%-
HSV(B)159.56º71.65%49.8%-
XYZ10.4316.413.68-
YUV96.26127.8585.02-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 13.90%
GREEN value IS 127 (50% from 255) = 49.03%
BLUE value IS 96 (37.89% from 255) = 37.07%
R=13.90%
G=49.03%
B=37.07%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal36127960.7200.240.50159.5655.8331.96
Hex247F604801832a03820
Octal44177140110030622407040
Binary10010011111111100000100100001100011001010100000111000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #247F60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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