#247660

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

Shades of Deep Sea #247660

Tints of Deep Sea #247660

Color information

#247660 (or 0x247660) is unknown color: approx Deep Sea. HEX triplet: 24, 76 and 60. RGB value is (36,118,96). Sum of RGB (Red+Green+Blue) = 36+118+96=250 (33% of max value = 765). Red value is 36 (14.45% from 255 or 14.4% from 250); Green value is 118 (46.48% from 255 or 47.2% from 250); Blue value is 96 (37.89% from 255 or 38.4% from 250); Max value from RGB is 118 - color contains mainly: green. Hex color #247660 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #247660 is #DB899F. Grayscale: #5A5A5A. Windows color (decimal): -14387616 or 6321700. OLE color: 6321700.

HSL color Cylindrical-coordinate representation of color #247660: hue angle of 163.9º degrees, saturation: 0.53, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #247660 is Cyan = 0.69, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.54.

Color convert

RGB3611896-
CMYK0.6900.190.54
HSL163.9º53.25%30.2%-
HSV(B)163.9º69.49%46.27%-
XYZ9.3214.1813.31-
YUV90.97130.8388.79-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 14.4%
GREEN value IS 118 (46.48% from 255) = 47.2%
BLUE value IS 96 (37.89% from 255) = 38.4%
R=14.4%
G=47.2%
B=38.4%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal36118960.6900.190.54163.953.2530.2
Hex2476604501336a4351e
Octal44166140105023662446536
Binary1001001110110110000010001010100111101101010010011010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #247660

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #247660; }

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

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

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

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

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

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

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

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