Html Css Color HEX #A8F2DD Water Leaf

📋 copy color: '#A8F2DD'

red 168 ◦ green 242 ◦ blue 221

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

Shades of Water Leaf #A8F2DD

Tints of Water Leaf #A8F2DD

RGB

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

 GREEN value IS 242 (94.92% from 255) = 38.35%

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

R = 26.62%
G = 38.35%
B = 35.02%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.09

 K value IS 0.05

RGB Variations

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

Color information

#A8F2DD (or 0xA8F2DD) is known color: Water Leaf. HEX triplet: A8, F2 and DD. RGB value is (168,242,221). Sum of RGB (Red+Green+Blue) = 168+242+221=631 (83% of max value = 765). Red value is 168 (66.02% from 255 or 26.62% from 631); Green value is 242 (94.92% from 255 or 38.35% from 631); Blue value is 221 (86.72% from 255 or 35.02% from 631); Max value from RGB is 242 - color contains mainly: green. Hex color #A8F2DD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A8F2DD is #570D22. Grayscale: #D9D9D9. Windows color (decimal): -5704995 or 14545576. OLE color: 14545576.

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

Color convert

RGB 168 242 221 -
CMYK 0.31 0 0.09 0.05
HSL 162.97º 0.74% 0.8% -
HSV(B) 162.97º 0.31% 0.95% -
XYZ 60.95 77.05 80.07 -
YUV 217.48 129.98 92.71 -
System Red Green Blue C M Y K H S L
Decimal 168 242 221 0.31 0 0.09 0.05 162.97 0.74 0.8
Hex A8 F2 DD 1F 0 9 5 A3 4A 50
Octal 250 362 335 37 0 11 5 243 112 120
Binary 10101000 11110010 11011101 11111 0 1001 101 10100011 1001010 1010000

Color Harmonies of #A8F2DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8F2DD

Black with #A8F2DD

Text Example


Text Example

White with #A8F2DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8F2DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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