#A7F1DD

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

Shades of Water Leaf #A7F1DD

Tints of Water Leaf #A7F1DD

Color information

#A7F1DD (or 0xA7F1DD) is unknown color: approx Water Leaf. HEX triplet: A7, F1 and DD. RGB value is (167,241,221). Sum of RGB (Red+Green+Blue) = 167+241+221=629 (83% of max value = 765). Red value is 167 (65.62% from 255 or 26.55% from 629); Green value is 241 (94.53% from 255 or 38.31% from 629); Blue value is 221 (86.72% from 255 or 35.14% from 629); Max value from RGB is 241 - color contains mainly: green. Hex color #A7F1DD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A7F1DD is #580E22. Grayscale: #D8D8D8. Windows color (decimal): -5770787 or 14545319. OLE color: 14545319.

HSL color Cylindrical-coordinate representation of color #A7F1DD: hue angle of 163.78º degrees, saturation: 0.73, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A7F1DD is Cyan = 0.31, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.05.

Color convert

RGB167241221-
CMYK0.3100.080.05
HSL163.78º72.55%80%-
HSV(B)163.78º30.71%94.51%-
XYZ60.4476.3579.96-
YUV216.59130.4892.63-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 26.55%
GREEN value IS 241 (94.53% from 255) = 38.31%
BLUE value IS 221 (86.72% from 255) = 35.14%
R=26.55%
G=38.31%
B=35.14%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1672412210.3100.080.05163.7872.5580
HexA7F1DD1F085a44950
Octal247361335370105244111120
Binary10100111111100011101110111111010001011010010010010011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7F1DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7F1DD; }

 p { color: rgb(167,241,221); }

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

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

 a { background-color: rgb(167,241,221); }

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

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

 span { border-color: rgb(167,241,221); }

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