#247F66

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

Shades of Deep Sea #247F66

Tints of Deep Sea #247F66

Color information

#247F66 (or 0x247F66) is unknown color: approx Deep Sea. HEX triplet: 24, 7F and 66. RGB value is (36,127,102). Sum of RGB (Red+Green+Blue) = 36+127+102=265 (35% of max value = 765). Red value is 36 (14.45% from 255 or 13.58% from 265); Green value is 127 (50% from 255 or 47.92% from 265); Blue value is 102 (40.23% from 255 or 38.49% from 265); Max value from RGB is 127 - color contains mainly: green. Hex color #247F66 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #247F66 is #DB8099. Grayscale: #606060. Windows color (decimal): -14385306 or 6717220. OLE color: 6717220.

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

Color convert

RGB36127102-
CMYK0.7200.200.50
HSL163.52º55.83%31.96%-
HSV(B)163.52º71.65%49.8%-
XYZ10.7216.5115.19-
YUV96.94130.8584.53-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 13.58%
GREEN value IS 127 (50% from 255) = 47.92%
BLUE value IS 102 (40.23% from 255) = 38.49%
R=13.58%
G=47.92%
B=38.49%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal361271020.7200.200.50163.5255.8331.96
Hex247F664801432a43820
Octal44177146110024622447040
Binary10010011111111100110100100001010011001010100100111000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #247F66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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