#247A60

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

Shades of Deep Sea #247A60

Tints of Deep Sea #247A60

Color information

#247A60 (or 0x247A60) is unknown color: approx Deep Sea. HEX triplet: 24, 7A and 60. RGB value is (36,122,96). Sum of RGB (Red+Green+Blue) = 36+122+96=254 (33% of max value = 765). Red value is 36 (14.45% from 255 or 14.17% from 254); Green value is 122 (48.05% from 255 or 48.03% from 254); Blue value is 96 (37.89% from 255 or 37.80% from 254); Max value from RGB is 122 - color contains mainly: green. Hex color #247A60 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #247A60 is #DB859F. Grayscale: #5D5D5D. Windows color (decimal): -14386592 or 6322724. OLE color: 6322724.

HSL color Cylindrical-coordinate representation of color #247A60: hue angle of 161.86º degrees, saturation: 0.54, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #247A60 is Cyan = 0.70, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.52.

Color convert

RGB3612296-
CMYK0.7000.210.52
HSL161.86º54.43%30.98%-
HSV(B)161.86º70.49%47.84%-
XYZ9.815.1413.47-
YUV93.32129.5187.11-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 14.17%
GREEN value IS 122 (48.05% from 255) = 48.03%
BLUE value IS 96 (37.89% from 255) = 37.80%
R=14.17%
G=48.03%
B=37.80%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal36122960.7000.210.52161.8654.4330.98
Hex247A604601534a2361f
Octal44172140106025642426637
Binary1001001111010110000010001100101011101001010001011011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #247A60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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