#247D7F

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

Shades of Atoll #247D7F

Tints of Atoll #247D7F

Color information

#247D7F (or 0x247D7F) is unknown color: approx Atoll. HEX triplet: 24, 7D and 7F. RGB value is (36,125,127). Sum of RGB (Red+Green+Blue) = 36+125+127=288 (38% of max value = 765). Red value is 36 (14.45% from 255 or 12.5% from 288); Green value is 125 (49.22% from 255 or 43.40% from 288); Blue value is 127 (50% from 255 or 44.10% from 288); Max value from RGB is 127 - color contains mainly: blue. Hex color #247D7F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #247D7F is #DB8280. Grayscale: #626262. Windows color (decimal): -14385793 or 8355108. OLE color: 8355108.

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

Color convert

RGB36125127-
CMYK0.720.0200.50
HSL181.32º55.83%31.96%-
HSV(B)181.32º71.65%49.8%-
XYZ11.8916.5722.65-
YUV98.62144.0183.34-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 12.5%
GREEN value IS 125 (49.22% from 255) = 43.40%
BLUE value IS 127 (50% from 255) = 44.10%
R=12.5%
G=43.40%
B=44.10%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal361251270.720.0200.50181.3255.8331.96
Hex247D7F482032b53820
Octal4417517711020622657040
Binary10010011111011111111100100010011001010110101111000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #247D7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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