Html Css Color HEX #A8F1DE Water Leaf

📋 copy color: '#A8F1DE'

red 168 ◦ green 241 ◦ blue 222

#A8F1DE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Water Leaf #A8F1DE

Tints of Water Leaf #A8F1DE

RGB

 RED value IS 168 (66.02% from 255) = 26.62%

 GREEN value IS 241 (94.53% from 255) = 38.19%

 BLUE value IS 222 (87.11% from 255) = 35.18%

R = 26.62%
G = 38.19%
B = 35.18%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.08

 K value IS 0.05

RGB Variations

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

Color information

#A8F1DE (or 0xA8F1DE) is known color: Water Leaf. HEX triplet: A8, F1 and DE. RGB value is (168,241,222). Sum of RGB (Red+Green+Blue) = 168+241+222=631 (83% of max value = 765). Red value is 168 (66.02% from 255 or 26.62% from 631); Green value is 241 (94.53% from 255 or 38.19% from 631); Blue value is 222 (87.11% from 255 or 35.18% from 631); Max value from RGB is 241 - color contains mainly: green. Hex color #A8F1DE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A8F1DE is #570E21. Grayscale: #D9D9D9. Windows color (decimal): -5705250 or 14610856. OLE color: 14610856.

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

Color convert

RGB 168 241 222 -
CMYK 0.30 0 0.08 0.05
HSL 164.38º 0.72% 0.8% -
HSV(B) 164.38º 0.3% 0.95% -
XYZ 60.79 76.51 80.67 -
YUV 217.01 130.82 93.04 -
System Red Green Blue C M Y K H S L
Decimal 168 241 222 0.30 0 0.08 0.05 164.38 0.72 0.8
Hex A8 F1 DE 1E 0 8 5 A4 48 50
Octal 250 361 336 36 0 10 5 244 110 120
Binary 10101000 11110001 11011110 11110 0 1000 101 10100100 1001000 1010000

Color Harmonies of #A8F1DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8F1DE

Black with #A8F1DE

Text Example


Text Example

White with #A8F1DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8F1DE; }

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

 H1.HeaderClassName
 {
   color: #A8F1DE;
 }
 .AnyTagClassName
 {
   color: #A8F1DE;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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