#A7EEDE

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

Shades of Water Leaf #A7EEDE

Tints of Water Leaf #A7EEDE

Color information

#A7EEDE (or 0xA7EEDE) is unknown color: approx Water Leaf. HEX triplet: A7, EE and DE. RGB value is (167,238,222). Sum of RGB (Red+Green+Blue) = 167+238+222=627 (83% of max value = 765). Red value is 167 (65.62% from 255 or 26.63% from 627); Green value is 238 (93.36% from 255 or 37.96% from 627); Blue value is 222 (87.11% from 255 or 35.41% from 627); Max value from RGB is 238 - color contains mainly: green. Hex color #A7EEDE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A7EEDE is #581121. Grayscale: #D6D6D6. Windows color (decimal): -5771554 or 14610087. OLE color: 14610087.

HSL color Cylindrical-coordinate representation of color #A7EEDE: hue angle of 166.48º degrees, saturation: 0.68, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A7EEDE is Cyan = 0.30, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.07.

Color convert

RGB167238222-
CMYK0.3000.070.07
HSL166.48º67.62%79.41%-
HSV(B)166.48º29.83%93.33%-
XYZ59.774.6480.37-
YUV214.95131.9893.8-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 26.63%
GREEN value IS 238 (93.36% from 255) = 37.96%
BLUE value IS 222 (87.11% from 255) = 35.41%
R=26.63%
G=37.96%
B=35.41%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1672382220.3000.070.07166.4867.6279.41
HexA7EEDE1E077a6444f
Octal24735633636077246104117
Binary1010011111101110110111101111001111111010011010001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7EEDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7EEDE; }

 p { color: rgb(167,238,222); }

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

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

 a { background-color: rgb(167,238,222); }

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

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

 span { border-color: rgb(167,238,222); }

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