#A0F4B6

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

Shades of Celadon #A0F4B6

Tints of Celadon #A0F4B6

Color information

#A0F4B6 (or 0xA0F4B6) is unknown color: approx Celadon. HEX triplet: A0, F4 and B6. RGB value is (160,244,182). Sum of RGB (Red+Green+Blue) = 160+244+182=586 (77% of max value = 765). Red value is 160 (62.89% from 255 or 27.30% from 586); Green value is 244 (95.70% from 255 or 41.64% from 586); Blue value is 182 (71.48% from 255 or 31.06% from 586); Max value from RGB is 244 - color contains mainly: green. Hex color #A0F4B6 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A0F4B6 is #5F0B49. Grayscale: #D3D3D3. Windows color (decimal): -6228810 or 11990176. OLE color: 11990176.

HSL color Cylindrical-coordinate representation of color #A0F4B6: hue angle of 135.71º degrees, saturation: 0.79, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A0F4B6 is Cyan = 0.34, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.04.

Color convert

RGB160244182-
CMYK0.3400.250.04
HSL135.71º79.25%79.22%-
HSV(B)135.71º34.43%95.69%-
XYZ55.2975.5555.92-
YUV211.82111.1791.04-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 27.30%
GREEN value IS 244 (95.70% from 255) = 41.64%
BLUE value IS 182 (71.48% from 255) = 31.06%
R=27.30%
G=41.64%
B=31.06%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1602441820.3400.250.04135.7179.2579.22
HexA0F4B6220194884f4f
Octal240364266420314210117117
Binary1010000011110100101101101000100110011001000100010011111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0F4B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0F4B6; }

 p { color: rgb(160,244,182); }

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

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

 a { background-color: rgb(160,244,182); }

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

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

 span { border-color: rgb(160,244,182); }

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