#247A65

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

Shades of Deep Sea #247A65

Tints of Deep Sea #247A65

Color information

#247A65 (or 0x247A65) is unknown color: approx Deep Sea. HEX triplet: 24, 7A and 65. RGB value is (36,122,101). Sum of RGB (Red+Green+Blue) = 36+122+101=259 (34% of max value = 765). Red value is 36 (14.45% from 255 or 13.90% from 259); Green value is 122 (48.05% from 255 or 47.10% from 259); Blue value is 101 (39.84% from 255 or 39.00% from 259); Max value from RGB is 122 - color contains mainly: green. Hex color #247A65 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #247A65 is #DB859A. Grayscale: #5D5D5D. Windows color (decimal): -14386587 or 6650404. OLE color: 6650404.

HSL color Cylindrical-coordinate representation of color #247A65: hue angle of 165.35º 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 #247A65 is Cyan = 0.70, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.52.

Color convert

RGB36122101-
CMYK0.7000.170.52
HSL165.35º54.43%30.98%-
HSV(B)165.35º70.49%47.84%-
XYZ10.0415.2314.72-
YUV93.89132.0186.71-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 13.90%
GREEN value IS 122 (48.05% from 255) = 47.10%
BLUE value IS 101 (39.84% from 255) = 39.00%
R=13.90%
G=47.10%
B=39.00%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal361221010.7000.170.52165.3554.4330.98
Hex247A654601134a5361f
Octal44172145106021642456637
Binary1001001111010110010110001100100011101001010010111011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #247A65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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