Html Css Color HEX #A8F1DC Water Leaf

📋 copy color: '#A8F1DC'

red 168 ◦ green 241 ◦ blue 220

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

Shades of Water Leaf #A8F1DC

Tints of Water Leaf #A8F1DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 34.98%

R = 26.71%
G = 38.31%
B = 34.98%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.09

 K value IS 0.05

RGB Variations

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

Color information

#A8F1DC (or 0xA8F1DC) is known color: Water Leaf. HEX triplet: A8, F1 and DC. RGB value is (168,241,220). Sum of RGB (Red+Green+Blue) = 168+241+220=629 (83% of max value = 765). Red value is 168 (66.02% from 255 or 26.71% from 629); Green value is 241 (94.53% from 255 or 38.31% from 629); Blue value is 220 (86.33% from 255 or 34.98% from 629); Max value from RGB is 241 - color contains mainly: green. Hex color #A8F1DC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A8F1DC is #570E23. Grayscale: #D8D8D8. Windows color (decimal): -5705252 or 14479784. OLE color: 14479784.

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

Color convert

RGB 168 241 220 -
CMYK 0.30 0 0.09 0.05
HSL 162.74º 0.72% 0.8% -
HSV(B) 162.74º 0.3% 0.95% -
XYZ 60.52 76.4 79.27 -
YUV 216.78 129.82 93.21 -
System Red Green Blue C M Y K H S L
Decimal 168 241 220 0.30 0 0.09 0.05 162.74 0.72 0.8
Hex A8 F1 DC 1E 0 9 5 A3 48 50
Octal 250 361 334 36 0 11 5 243 110 120
Binary 10101000 11110001 11011100 11110 0 1001 101 10100011 1001000 1010000

Color Harmonies of #A8F1DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8F1DC

Black with #A8F1DC

Text Example


Text Example

White with #A8F1DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8F1DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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