Html Css Color HEX #A8F1DD Water Leaf

📋 copy color: '#A8F1DD'

red 168 ◦ green 241 ◦ blue 221

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

Shades of Water Leaf #A8F1DD

Tints of Water Leaf #A8F1DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 35.08%

R = 26.67%
G = 38.25%
B = 35.08%

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

#A8F1DD (or 0xA8F1DD) is known color: Water Leaf. HEX triplet: A8, F1 and DD. RGB value is (168,241,221). Sum of RGB (Red+Green+Blue) = 168+241+221=630 (83% of max value = 765). Red value is 168 (66.02% from 255 or 26.67% from 630); Green value is 241 (94.53% from 255 or 38.25% from 630); Blue value is 221 (86.72% from 255 or 35.08% from 630); Max value from RGB is 241 - color contains mainly: green. Hex color #A8F1DD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A8F1DD is #570E22. Grayscale: #D8D8D8. Windows color (decimal): -5705251 or 14545320. OLE color: 14545320.

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

Color convert

RGB 168 241 221 -
CMYK 0.30 0 0.08 0.05
HSL 163.56º 0.72% 0.8% -
HSV(B) 163.56º 0.3% 0.95% -
XYZ 60.65 76.46 79.97 -
YUV 216.89 130.32 93.13 -
System Red Green Blue C M Y K H S L
Decimal 168 241 221 0.30 0 0.08 0.05 163.56 0.72 0.8
Hex A8 F1 DD 1E 0 8 5 A4 48 50
Octal 250 361 335 36 0 10 5 244 110 120
Binary 10101000 11110001 11011101 11110 0 1000 101 10100100 1001000 1010000

Color Harmonies of #A8F1DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8F1DD

Black with #A8F1DD

Text Example


Text Example

White with #A8F1DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8F1DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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