Html Css Color HEX #A8F0E4 Water Leaf

📋 copy color: '#A8F0E4'

red 168 ◦ green 240 ◦ blue 228

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

Shades of Water Leaf #A8F0E4

Tints of Water Leaf #A8F0E4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 35.85%

R = 26.42%
G = 37.74%
B = 35.85%

CMYK

 C value IS 0.3

 M value IS 0

 Y value IS 0.05

 K value IS 0.06

RGB Variations

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

Color information

#A8F0E4 (or 0xA8F0E4) is known color: Water Leaf. HEX triplet: A8, F0 and E4. RGB value is (168,240,228). Sum of RGB (Red+Green+Blue) = 168+240+228=636 (84% of max value = 765). Red value is 168 (66.02% from 255 or 26.42% from 636); Green value is 240 (94.14% from 255 or 37.74% from 636); Blue value is 228 (89.45% from 255 or 35.85% from 636); Max value from RGB is 240 - color contains mainly: green. Hex color #A8F0E4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A8F0E4 is #570F1B. Grayscale: #D9D9D9. Windows color (decimal): -5705500 or 15003816. OLE color: 15003816.

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

Color convert

RGB 168 240 228 -
CMYK 0.3 0 0.05 0.06
HSL 170º 0.71% 0.8% -
HSV(B) 170º 0.3% 0.94% -
XYZ 61.31 76.25 84.88 -
YUV 217.1 134.15 92.98 -
System Red Green Blue C M Y K H S L
Decimal 168 240 228 0.3 0 0.05 0.06 170 0.71 0.8
Hex A8 F0 E4 1E 0 5 6 AA 47 50
Octal 250 360 344 36 0 5 6 252 107 120
Binary 10101000 11110000 11100100 11110 0 101 110 10101010 1000111 1010000

Color Harmonies of #A8F0E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8F0E4

Black with #A8F0E4

Text Example


Text Example

White with #A8F0E4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8F0E4; }

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

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

background-color css

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

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

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

border-color css

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

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

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