#247F63

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

Shades of Deep Sea #247F63

Tints of Deep Sea #247F63

Color information

#247F63 (or 0x247F63) is unknown color: approx Deep Sea. HEX triplet: 24, 7F and 63. RGB value is (36,127,99). Sum of RGB (Red+Green+Blue) = 36+127+99=262 (34% of max value = 765). Red value is 36 (14.45% from 255 or 13.74% from 262); Green value is 127 (50% from 255 or 48.47% from 262); Blue value is 99 (39.06% from 255 or 37.79% from 262); Max value from RGB is 127 - color contains mainly: green. Hex color #247F63 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #247F63 is #DB809C. Grayscale: #606060. Windows color (decimal): -14385309 or 6520612. OLE color: 6520612.

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

Color convert

RGB3612799-
CMYK0.7200.220.50
HSL161.54º55.83%31.96%-
HSV(B)161.54º71.65%49.8%-
XYZ10.5716.4514.42-
YUV96.6129.3584.78-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 13.74%
GREEN value IS 127 (50% from 255) = 48.47%
BLUE value IS 99 (39.06% from 255) = 37.79%
R=13.74%
G=48.47%
B=37.79%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal36127990.7200.220.50161.5455.8331.96
Hex247F634801632a23820
Octal44177143110026622427040
Binary10010011111111100011100100001011011001010100010111000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #247F63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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