#A8FFB6

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

Shades of Celadon #A8FFB6

Tints of Celadon #A8FFB6

Color information

#A8FFB6 (or 0xA8FFB6) is unknown color: approx Celadon. HEX triplet: A8, FF and B6. RGB value is (168,255,182). Sum of RGB (Red+Green+Blue) = 168+255+182=605 (80% of max value = 765). Red value is 168 (66.02% from 255 or 27.77% from 605); Green value is 255 (100% from 255 or 42.15% from 605); Blue value is 182 (71.48% from 255 or 30.08% from 605); Max value from RGB is 255 - color contains mainly: green. Hex color #A8FFB6 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A8FFB6 is #570049. Grayscale: #DCDCDC. Windows color (decimal): -5701706 or 11993000. OLE color: 11993000.

HSL color Cylindrical-coordinate representation of color #A8FFB6: hue angle of 129.66º degrees, saturation: 1, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A8FFB6 is Cyan = 0.34, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.

Color convert

RGB168255182-
CMYK0.3400.290
HSL129.66º100%82.94%-
HSV(B)129.66º34.12%100%-
XYZ60.3583.2257.14-
YUV220.66106.1890.44-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 27.77%
GREEN value IS 255 (100% from 255) = 42.15%
BLUE value IS 182 (71.48% from 255) = 30.08%
R=27.77%
G=42.15%
B=30.08%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1682551820.3400.290129.6610082.94
HexA8FFB62201D0826453
Octal250377266420350202144123
Binary10101000111111111011011010001001110101000001011001001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8FFB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8FFB6; }

 p { color: rgb(168,255,182); }

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

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

 a { background-color: rgb(168,255,182); }

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

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

 span { border-color: rgb(168,255,182); }

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