#A7E1B2

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

Shades of Celadon #A7E1B2

Tints of Celadon #A7E1B2

Color information

#A7E1B2 (or 0xA7E1B2) is unknown color: approx Celadon. HEX triplet: A7, E1 and B2. RGB value is (167,225,178). Sum of RGB (Red+Green+Blue) = 167+225+178=570 (75% of max value = 765). Red value is 167 (65.62% from 255 or 29.30% from 570); Green value is 225 (88.28% from 255 or 39.47% from 570); Blue value is 178 (69.92% from 255 or 31.23% from 570); Max value from RGB is 225 - color contains mainly: green. Hex color #A7E1B2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A7E1B2 is #581E4D. Grayscale: #CACACA. Windows color (decimal): -5774926 or 11723175. OLE color: 11723175.

HSL color Cylindrical-coordinate representation of color #A7E1B2: hue angle of 131.38º degrees, saturation: 0.49, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A7E1B2 is Cyan = 0.26, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.12.

Color convert

RGB167225178-
CMYK0.2600.210.12
HSL131.38º49.15%76.86%-
HSV(B)131.38º25.78%88.24%-
XYZ50.965.2852.04-
YUV202.3114.28102.82-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 29.30%
GREEN value IS 225 (88.28% from 255) = 39.47%
BLUE value IS 178 (69.92% from 255) = 31.23%
R=29.30%
G=39.47%
B=31.23%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1672251780.2600.210.12131.3849.1576.86
HexA7E1B21A015C83314d
Octal247341262320251420361115
Binary101001111110000110110010110100101011100100000111100011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7E1B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7E1B2; }

 p { color: rgb(167,225,178); }

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

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

 a { background-color: rgb(167,225,178); }

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

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

 span { border-color: rgb(167,225,178); }

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