#247260

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

Shades of Deep Sea #247260

Tints of Deep Sea #247260

Color information

#247260 (or 0x247260) is unknown color: approx Deep Sea. HEX triplet: 24, 72 and 60. RGB value is (36,114,96). Sum of RGB (Red+Green+Blue) = 36+114+96=246 (32% of max value = 765). Red value is 36 (14.45% from 255 or 14.63% from 246); Green value is 114 (44.92% from 255 or 46.34% from 246); Blue value is 96 (37.89% from 255 or 39.02% from 246); Max value from RGB is 114 - color contains mainly: green. Hex color #247260 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #247260 is #DB8D9F. Grayscale: #585858. Windows color (decimal): -14388640 or 6320676. OLE color: 6320676.

HSL color Cylindrical-coordinate representation of color #247260: hue angle of 166.15º degrees, saturation: 0.52, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #247260 is Cyan = 0.68, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.55.

Color convert

RGB3611496-
CMYK0.6800.160.55
HSL166.15º52%29.41%-
HSV(B)166.15º68.42%44.71%-
XYZ8.8613.2513.16-
YUV88.63132.1690.46-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 14.63%
GREEN value IS 114 (44.92% from 255) = 46.34%
BLUE value IS 96 (37.89% from 255) = 39.02%
R=14.63%
G=46.34%
B=39.02%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal36114960.6800.160.55166.155229.41
Hex2472604401037a6341d
Octal44162140104020672466435
Binary1001001110010110000010001000100001101111010011011010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #247260

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #247260; }

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

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

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

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

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

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

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

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