#A7E0B1

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

Shades of Celadon #A7E0B1

Tints of Celadon #A7E0B1

Color information

#A7E0B1 (or 0xA7E0B1) is unknown color: approx Celadon. HEX triplet: A7, E0 and B1. RGB value is (167,224,177). Sum of RGB (Red+Green+Blue) = 167+224+177=568 (75% of max value = 765). Red value is 167 (65.62% from 255 or 29.40% from 568); Green value is 224 (87.89% from 255 or 39.44% from 568); Blue value is 177 (69.53% from 255 or 31.16% from 568); Max value from RGB is 224 - color contains mainly: green. Hex color #A7E0B1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A7E0B1 is #581F4E. Grayscale: #C9C9C9. Windows color (decimal): -5775183 or 11657383. OLE color: 11657383.

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

Color convert

RGB167224177-
CMYK0.2500.210.12
HSL130.53º47.9%76.67%-
HSV(B)130.53º25.45%87.84%-
XYZ50.5364.751.42-
YUV201.6114.12103.32-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 29.40%
GREEN value IS 224 (87.89% from 255) = 39.44%
BLUE value IS 177 (69.53% from 255) = 31.16%
R=29.40%
G=39.44%
B=31.16%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1672241770.2500.210.12130.5347.976.67
HexA7E0B119015C83304d
Octal247340261310251420360115
Binary101001111110000010110001110010101011100100000111100001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7E0B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7E0B1; }

 p { color: rgb(167,224,177); }

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

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

 a { background-color: rgb(167,224,177); }

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

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

 span { border-color: rgb(167,224,177); }

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