#247A7F

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

Shades of Atoll #247A7F

Tints of Atoll #247A7F

Color information

#247A7F (or 0x247A7F) is unknown color: approx Atoll. HEX triplet: 24, 7A and 7F. RGB value is (36,122,127). Sum of RGB (Red+Green+Blue) = 36+122+127=285 (37% of max value = 765). Red value is 36 (14.45% from 255 or 12.63% from 285); Green value is 122 (48.05% from 255 or 42.81% from 285); Blue value is 127 (50% from 255 or 44.56% from 285); Max value from RGB is 127 - color contains mainly: blue. Hex color #247A7F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #247A7F is #DB8580. Grayscale: #606060. Windows color (decimal): -14386561 or 8354340. OLE color: 8354340.

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

Color convert

RGB36122127-
CMYK0.720.0400.50
HSL183.3º55.83%31.96%-
HSV(B)183.3º71.65%49.8%-
XYZ11.5215.8322.53-
YUV96.86145.0184.59-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 12.63%
GREEN value IS 122 (48.05% from 255) = 42.81%
BLUE value IS 127 (50% from 255) = 44.56%
R=12.63%
G=42.81%
B=44.56%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal361221270.720.0400.50183.355.8331.96
Hex247A7F484032b73820
Octal4417217711040622677040
Binary100100111101011111111001000100011001010110111111000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #247A7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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