Html Css Color HEX #A8FCE5 Water Leaf

📋 copy color: '#A8FCE5'

red 168 ◦ green 252 ◦ blue 229

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

Shades of Water Leaf #A8FCE5

Tints of Water Leaf #A8FCE5

RGB

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

 GREEN value IS 252 (98.83% from 255) = 38.83%

 BLUE value IS 229 (89.84% from 255) = 35.29%

R = 25.89%
G = 38.83%
B = 35.29%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.09

 K value IS 0.01

RGB Variations

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

Color information

#A8FCE5 (or 0xA8FCE5) is known color: Water Leaf. HEX triplet: A8, FC and E5. RGB value is (168,252,229). Sum of RGB (Red+Green+Blue) = 168+252+229=649 (85% of max value = 765). Red value is 168 (66.02% from 255 or 25.89% from 649); Green value is 252 (98.83% from 255 or 38.83% from 649); Blue value is 229 (89.84% from 255 or 35.29% from 649); Max value from RGB is 252 - color contains mainly: green. Hex color #A8FCE5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A8FCE5 is #57031A. Grayscale: #E0E0E0. Windows color (decimal): -5702427 or 15072424. OLE color: 15072424.

HSL color Cylindrical-coordinate representation of color #A8FCE5: hue angle of 163.57º degrees, saturation: 0.93, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A8FCE5 is Cyan = 0.33, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.01.

Color convert

RGB 168 252 229 -
CMYK 0.33 0 0.09 0.01
HSL 163.57º 0.93% 0.82% -
HSV(B) 163.57º 0.33% 0.99% -
XYZ 65.1 83.6 86.83 -
YUV 224.26 130.67 87.87 -
System Red Green Blue C M Y K H S L
Decimal 168 252 229 0.33 0 0.09 0.01 163.57 0.93 0.82
Hex A8 FC E5 21 0 9 1 A4 5D 52
Octal 250 374 345 41 0 11 1 244 135 122
Binary 10101000 11111100 11100101 100001 0 1001 1 10100100 1011101 1010010

Color Harmonies of #A8FCE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8FCE5

Black with #A8FCE5

Text Example


Text Example

White with #A8FCE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8FCE5; }

 p { color: rgb(168,252,229); }

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

background-color css

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

 a { background-color: rgb(168,252,229); }

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

border-color css

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

 span { border-color: rgb(168,252,229); }

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