#A8FFB1

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

Shades of Celadon #A8FFB1

Tints of Celadon #A8FFB1

Color information

#A8FFB1 (or 0xA8FFB1) is unknown color: approx Celadon. HEX triplet: A8, FF and B1. RGB value is (168,255,177). Sum of RGB (Red+Green+Blue) = 168+255+177=600 (79% of max value = 765). Red value is 168 (66.02% from 255 or 28% from 600); Green value is 255 (100% from 255 or 42.5% from 600); Blue value is 177 (69.53% from 255 or 29.5% from 600); Max value from RGB is 255 - color contains mainly: green. Hex color #A8FFB1 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A8FFB1 is #57004E. Grayscale: #DCDCDC. Windows color (decimal): -5701711 or 11665320. OLE color: 11665320.

HSL color Cylindrical-coordinate representation of color #A8FFB1: hue angle of 126.21º 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 #A8FFB1 is Cyan = 0.34, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.

Color convert

RGB168255177-
CMYK0.3400.310
HSL126.21º100%82.94%-
HSV(B)126.21º34.12%100%-
XYZ59.8483.0254.47-
YUV220.1103.6890.84-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 28%
GREEN value IS 255 (100% from 255) = 42.5%
BLUE value IS 177 (69.53% from 255) = 29.5%
R=28%
G=42.5%
B=29.5%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1682551770.3400.310126.2110082.94
HexA8FFB12201F07e6453
Octal250377261420370176144123
Binary1010100011111111101100011000100111110111111011001001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8FFB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8FFB1; }

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

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

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

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

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

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

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

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