Html Css Color HEX #A8F2DE Water Leaf

📋 copy color: '#A8F2DE'

red 168 ◦ green 242 ◦ blue 222

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

Shades of Water Leaf #A8F2DE

Tints of Water Leaf #A8F2DE

RGB

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

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

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

R = 26.58%
G = 38.29%
B = 35.13%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.08

 K value IS 0.05

RGB Variations

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

Color information

#A8F2DE (or 0xA8F2DE) is known color: Water Leaf. HEX triplet: A8, F2 and DE. RGB value is (168,242,222). Sum of RGB (Red+Green+Blue) = 168+242+222=632 (83% of max value = 765). Red value is 168 (66.02% from 255 or 26.58% from 632); Green value is 242 (94.92% from 255 or 38.29% from 632); Blue value is 222 (87.11% from 255 or 35.13% from 632); Max value from RGB is 242 - color contains mainly: green. Hex color #A8F2DE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A8F2DE is #570D21. Grayscale: #D9D9D9. Windows color (decimal): -5704994 or 14611112. OLE color: 14611112.

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

Color convert

RGB 168 242 222 -
CMYK 0.31 0 0.08 0.05
HSL 163.78º 0.74% 0.8% -
HSV(B) 163.78º 0.31% 0.95% -
XYZ 61.09 77.1 80.77 -
YUV 217.59 130.48 92.63 -
System Red Green Blue C M Y K H S L
Decimal 168 242 222 0.31 0 0.08 0.05 163.78 0.74 0.8
Hex A8 F2 DE 1F 0 8 5 A4 4A 50
Octal 250 362 336 37 0 10 5 244 112 120
Binary 10101000 11110010 11011110 11111 0 1000 101 10100100 1001010 1010000

Color Harmonies of #A8F2DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8F2DE

Black with #A8F2DE

Text Example


Text Example

White with #A8F2DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8F2DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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