#247F62

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

Shades of Deep Sea #247F62

Tints of Deep Sea #247F62

Color information

#247F62 (or 0x247F62) is unknown color: approx Deep Sea. HEX triplet: 24, 7F and 62. RGB value is (36,127,98). Sum of RGB (Red+Green+Blue) = 36+127+98=261 (34% of max value = 765). Red value is 36 (14.45% from 255 or 13.79% from 261); Green value is 127 (50% from 255 or 48.66% from 261); Blue value is 98 (38.67% from 255 or 37.55% from 261); Max value from RGB is 127 - color contains mainly: green. Hex color #247F62 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #247F62 is #DB809D. Grayscale: #606060. Windows color (decimal): -14385310 or 6455076. OLE color: 6455076.

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

Color convert

RGB3612798-
CMYK0.7200.230.50
HSL160.88º55.83%31.96%-
HSV(B)160.88º71.65%49.8%-
XYZ10.5216.4414.17-
YUV96.48128.8584.86-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 13.79%
GREEN value IS 127 (50% from 255) = 48.66%
BLUE value IS 98 (38.67% from 255) = 37.55%
R=13.79%
G=48.66%
B=37.55%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal36127980.7200.230.50160.8855.8331.96
Hex247F624801732a13820
Octal44177142110027622417040
Binary10010011111111100010100100001011111001010100001111000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #247F62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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