#A8F3DE

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

Shades of Water Leaf #A8F3DE

Tints of Water Leaf #A8F3DE

Color information

#A8F3DE (or 0xA8F3DE) is unknown color: approx Water Leaf. HEX triplet: A8, F3 and DE. RGB value is (168,243,222). Sum of RGB (Red+Green+Blue) = 168+243+222=633 (83% of max value = 765). Red value is 168 (66.02% from 255 or 26.54% from 633); Green value is 243 (95.31% from 255 or 38.39% from 633); Blue value is 222 (87.11% from 255 or 35.07% from 633); Max value from RGB is 243 - color contains mainly: green. Hex color #A8F3DE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A8F3DE is #570C21. Grayscale: #DADADA. Windows color (decimal): -5704738 or 14611368. OLE color: 14611368.

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

Color convert

RGB168243222-
CMYK0.3100.090.05
HSL163.2º75.76%80.59%-
HSV(B)163.2º30.86%95.29%-
XYZ61.3877.780.87-
YUV218.18130.1592.21-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 26.54%
GREEN value IS 243 (95.31% from 255) = 38.39%
BLUE value IS 222 (87.11% from 255) = 35.07%
R=26.54%
G=38.39%
B=35.07%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1682432220.3100.090.05163.275.7680.59
HexA8F3DE1F095a34c51
Octal250363336370115243114121
Binary10101000111100111101111011111010011011010001110011001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8F3DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8F3DE; }

 p { color: rgb(168,243,222); }

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

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

 a { background-color: rgb(168,243,222); }

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

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

 span { border-color: rgb(168,243,222); }

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