#A7FAAF

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

Shades of Celadon #A7FAAF

Tints of Celadon #A7FAAF

Color information

#A7FAAF (or 0xA7FAAF) is unknown color: approx Celadon. HEX triplet: A7, FA and AF. RGB value is (167,250,175). Sum of RGB (Red+Green+Blue) = 167+250+175=592 (78% of max value = 765). Red value is 167 (65.62% from 255 or 28.21% from 592); Green value is 250 (98.05% from 255 or 42.23% from 592); Blue value is 175 (68.75% from 255 or 29.56% from 592); Max value from RGB is 250 - color contains mainly: green. Hex color #A7FAAF is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A7FAAF is #580550. Grayscale: #D8D8D8. Windows color (decimal): -5768529 or 11532967. OLE color: 11532967.

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

Color convert

RGB167250175-
CMYK0.3300.30.02
HSL125.78º89.25%81.76%-
HSV(B)125.78º33.2%98.04%-
XYZ57.8679.6852.89-
YUV216.63104.592.6-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 28.21%
GREEN value IS 250 (98.05% from 255) = 42.23%
BLUE value IS 175 (68.75% from 255) = 29.56%
R=28.21%
G=42.23%
B=29.56%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.3
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1672501750.3300.30.02125.7889.2581.76
HexA7FAAF2101E27e5952
Octal247372257410362176131122
Binary10100111111110101010111110000101111010111111010110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7FAAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7FAAF; }

 p { color: rgb(167,250,175); }

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

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

 a { background-color: rgb(167,250,175); }

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

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

 span { border-color: rgb(167,250,175); }

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