#A6FAB4

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

Shades of Celadon #A6FAB4

Tints of Celadon #A6FAB4

Color information

#A6FAB4 (or 0xA6FAB4) is unknown color: approx Celadon. HEX triplet: A6, FA and B4. RGB value is (166,250,180). Sum of RGB (Red+Green+Blue) = 166+250+180=596 (78% of max value = 765). Red value is 166 (65.23% from 255 or 27.85% from 596); Green value is 250 (98.05% from 255 or 41.95% from 596); Blue value is 180 (70.70% from 255 or 30.20% from 596); Max value from RGB is 250 - color contains mainly: green. Hex color #A6FAB4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A6FAB4 is #59054B. Grayscale: #D9D9D9. Windows color (decimal): -5834060 or 11860646. OLE color: 11860646.

HSL color Cylindrical-coordinate representation of color #A6FAB4: hue angle of 130º degrees, saturation: 0.89, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A6FAB4 is Cyan = 0.34, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.02.

Color convert

RGB166250180-
CMYK0.3400.280.02
HSL130º89.36%81.57%-
HSV(B)130º33.6%98.04%-
XYZ58.1579.7755.51-
YUV216.9107.1791.69-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 27.85%
GREEN value IS 250 (98.05% from 255) = 41.95%
BLUE value IS 180 (70.70% from 255) = 30.20%
R=27.85%
G=41.95%
B=30.20%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1662501800.3400.280.0213089.3681.57
HexA6FAB42201C2825952
Octal246372264420342202131122
Binary101001101111101010110100100010011100101000001010110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6FAB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6FAB4; }

 p { color: rgb(166,250,180); }

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

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

 a { background-color: rgb(166,250,180); }

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

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

 span { border-color: rgb(166,250,180); }

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