Html Css Color HEX #A8F1E4 Water Leaf

📋 copy color: '#A8F1E4'

red 168 ◦ green 241 ◦ blue 228

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

Shades of Water Leaf #A8F1E4

Tints of Water Leaf #A8F1E4

RGB

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

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

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

R = 26.37%
G = 37.83%
B = 35.79%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.05

 K value IS 0.05

RGB Variations

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

Color information

#A8F1E4 (or 0xA8F1E4) is known color: Water Leaf. HEX triplet: A8, F1 and E4. RGB value is (168,241,228). Sum of RGB (Red+Green+Blue) = 168+241+228=637 (84% of max value = 765). Red value is 168 (66.02% from 255 or 26.37% from 637); Green value is 241 (94.53% from 255 or 37.83% from 637); Blue value is 228 (89.45% from 255 or 35.79% from 637); Max value from RGB is 241 - color contains mainly: green. Hex color #A8F1E4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A8F1E4 is #570E1B. Grayscale: #D9D9D9. Windows color (decimal): -5705244 or 15004072. OLE color: 15004072.

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

Color convert

RGB 168 241 228 -
CMYK 0.30 0 0.05 0.05
HSL 169.32º 0.72% 0.8% -
HSV(B) 169.32º 0.3% 0.95% -
XYZ 61.61 76.84 84.98 -
YUV 217.69 133.82 92.56 -
System Red Green Blue C M Y K H S L
Decimal 168 241 228 0.30 0 0.05 0.05 169.32 0.72 0.8
Hex A8 F1 E4 1E 0 5 5 A9 48 50
Octal 250 361 344 36 0 5 5 251 110 120
Binary 10101000 11110001 11100100 11110 0 101 101 10101001 1001000 1010000

Color Harmonies of #A8F1E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8F1E4

Black with #A8F1E4

Text Example


Text Example

White with #A8F1E4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8F1E4; }

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

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

background-color css

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

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

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

border-color css

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

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

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