Html Css Color HEX #A8F0DC Water Leaf

📋 copy color: '#A8F0DC'

red 168 ◦ green 240 ◦ blue 220

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

Shades of Water Leaf #A8F0DC

Tints of Water Leaf #A8F0DC

RGB

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

 GREEN value IS 240 (94.14% from 255) = 38.22%

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

R = 26.75%
G = 38.22%
B = 35.03%

CMYK

 C value IS 0.3

 M value IS 0

 Y value IS 0.08

 K value IS 0.06

RGB Variations

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

Color information

#A8F0DC (or 0xA8F0DC) is known color: Water Leaf. HEX triplet: A8, F0 and DC. RGB value is (168,240,220). Sum of RGB (Red+Green+Blue) = 168+240+220=628 (83% of max value = 765). Red value is 168 (66.02% from 255 or 26.75% from 628); Green value is 240 (94.14% from 255 or 38.22% from 628); Blue value is 220 (86.33% from 255 or 35.03% from 628); Max value from RGB is 240 - color contains mainly: green. Hex color #A8F0DC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A8F0DC is #570F23. Grayscale: #D8D8D8. Windows color (decimal): -5705508 or 14479528. OLE color: 14479528.

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

Color convert

RGB 168 240 220 -
CMYK 0.3 0 0.08 0.06
HSL 163.33º 0.71% 0.8% -
HSV(B) 163.33º 0.3% 0.94% -
XYZ 60.23 75.81 79.17 -
YUV 216.19 130.15 93.63 -
System Red Green Blue C M Y K H S L
Decimal 168 240 220 0.3 0 0.08 0.06 163.33 0.71 0.8
Hex A8 F0 DC 1E 0 8 6 A3 47 50
Octal 250 360 334 36 0 10 6 243 107 120
Binary 10101000 11110000 11011100 11110 0 1000 110 10100011 1000111 1010000

Color Harmonies of #A8F0DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8F0DC

Black with #A8F0DC

Text Example


Text Example

White with #A8F0DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8F0DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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