#A7EAAA

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

Shades of Celadon #A7EAAA

Tints of Celadon #A7EAAA

Color information

#A7EAAA (or 0xA7EAAA) is unknown color: approx Celadon. HEX triplet: A7, EA and AA. RGB value is (167,234,170). Sum of RGB (Red+Green+Blue) = 167+234+170=571 (75% of max value = 765). Red value is 167 (65.62% from 255 or 29.25% from 571); Green value is 234 (91.80% from 255 or 40.98% from 571); Blue value is 170 (66.80% from 255 or 29.77% from 571); Max value from RGB is 234 - color contains mainly: green. Hex color #A7EAAA is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A7EAAA is #581555. Grayscale: #CECECE. Windows color (decimal): -5772630 or 11201191. OLE color: 11201191.

HSL color Cylindrical-coordinate representation of color #A7EAAA: hue angle of 122.69º degrees, saturation: 0.61, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A7EAAA is Cyan = 0.29, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.08.

Color convert

RGB167234170-
CMYK0.2900.270.08
HSL122.69º61.47%78.63%-
HSV(B)122.69º28.63%91.76%-
XYZ52.6169.9648.76-
YUV206.67107.399.7-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 29.25%
GREEN value IS 234 (91.80% from 255) = 40.98%
BLUE value IS 170 (66.80% from 255) = 29.77%
R=29.25%
G=40.98%
B=29.77%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1672341700.2900.270.08122.6961.4778.63
HexA7EAAA1D01B87b3d4f
Octal247352252350331017375117
Binary10100111111010101010101011101011011100011110111111011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7EAAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7EAAA; }

 p { color: rgb(167,234,170); }

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

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

 a { background-color: rgb(167,234,170); }

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

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

 span { border-color: rgb(167,234,170); }

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