#A7F0DC

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

Shades of Water Leaf #A7F0DC

Tints of Water Leaf #A7F0DC

Color information

#A7F0DC (or 0xA7F0DC) is unknown color: approx Water Leaf. HEX triplet: A7, F0 and DC. RGB value is (167,240,220). Sum of RGB (Red+Green+Blue) = 167+240+220=627 (83% of max value = 765). Red value is 167 (65.62% from 255 or 26.63% from 627); Green value is 240 (94.14% from 255 or 38.28% from 627); Blue value is 220 (86.33% from 255 or 35.09% from 627); Max value from RGB is 240 - color contains mainly: green. Hex color #A7F0DC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A7F0DC is #580F23. Grayscale: #D7D7D7. Windows color (decimal): -5771044 or 14479527. OLE color: 14479527.

HSL color Cylindrical-coordinate representation of color #A7F0DC: hue angle of 163.56º 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 #A7F0DC is Cyan = 0.30, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.06.

Color convert

RGB167240220-
CMYK0.3000.080.06
HSL163.56º70.87%79.8%-
HSV(B)163.56º30.42%94.12%-
XYZ60.0175.779.16-
YUV215.89130.3293.13-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 26.63%
GREEN value IS 240 (94.14% from 255) = 38.28%
BLUE value IS 220 (86.33% from 255) = 35.09%
R=26.63%
G=38.28%
B=35.09%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1672402200.3000.080.06163.5670.8779.8
HexA7F0DC1E086a44750
Octal247360334360106244107120
Binary10100111111100001101110011110010001101010010010001111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7F0DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7F0DC; }

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

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

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

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

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

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

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

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