#A7F0DF

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

Shades of Water Leaf #A7F0DF

Tints of Water Leaf #A7F0DF

Color information

#A7F0DF (or 0xA7F0DF) is unknown color: approx Water Leaf. HEX triplet: A7, F0 and DF. RGB value is (167,240,223). Sum of RGB (Red+Green+Blue) = 167+240+223=630 (83% of max value = 765). Red value is 167 (65.62% from 255 or 26.51% from 630); Green value is 240 (94.14% from 255 or 38.10% from 630); Blue value is 223 (87.5% from 255 or 35.40% from 630); Max value from RGB is 240 - color contains mainly: green. Hex color #A7F0DF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A7F0DF is #580F20. Grayscale: #D8D8D8. Windows color (decimal): -5771041 or 14676135. OLE color: 14676135.

HSL color Cylindrical-coordinate representation of color #A7F0DF: hue angle of 166.03º degrees, saturation: 0.71, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A7F0DF is Cyan = 0.30, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.06.

Color convert

RGB167240223-
CMYK0.3000.070.06
HSL166.03º70.87%79.8%-
HSV(B)166.03º30.42%94.12%-
XYZ60.4275.8681.27-
YUV216.24131.8292.88-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 26.51%
GREEN value IS 240 (94.14% from 255) = 38.10%
BLUE value IS 223 (87.5% from 255) = 35.40%
R=26.51%
G=38.10%
B=35.40%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1672402230.3000.070.06166.0370.8779.8
HexA7F0DF1E076a64750
Octal24736033736076246107120
Binary1010011111110000110111111111001111101010011010001111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7F0DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7F0DF; }

 p { color: rgb(167,240,223); }

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

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

 a { background-color: rgb(167,240,223); }

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

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

 span { border-color: rgb(167,240,223); }

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