Html Css Color HEX #A1FAE5 Water Leaf

📋 copy color: '#A1FAE5'

red 161 ◦ green 250 ◦ blue 229

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

Shades of Water Leaf #A1FAE5

Tints of Water Leaf #A1FAE5

RGB

 RED value IS 161 (63.28% from 255) = 25.16%

 GREEN value IS 250 (98.05% from 255) = 39.06%

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

R = 25.16%
G = 39.06%
B = 35.78%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.08

 K value IS 0.02

RGB Variations

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

Color information

#A1FAE5 (or 0xA1FAE5) is known color: Water Leaf. HEX triplet: A1, FA and E5. RGB value is (161,250,229). Sum of RGB (Red+Green+Blue) = 161+250+229=640 (84% of max value = 765). Red value is 161 (63.28% from 255 or 25.16% from 640); Green value is 250 (98.05% from 255 or 39.06% from 640); Blue value is 229 (89.84% from 255 or 35.78% from 640); Max value from RGB is 250 - color contains mainly: green. Hex color #A1FAE5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A1FAE5 is #5E051A. Grayscale: #DCDCDC. Windows color (decimal): -6161691 or 15071905. OLE color: 15071905.

HSL color Cylindrical-coordinate representation of color #A1FAE5: hue angle of 165.84º degrees, saturation: 0.9, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A1FAE5 is Cyan = 0.36, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.02.

Color convert

RGB 161 250 229 -
CMYK 0.36 0 0.08 0.02
HSL 165.84º 0.9% 0.81% -
HSV(B) 165.84º 0.36% 0.98% -
XYZ 63.03 81.61 86.56 -
YUV 221 132.51 85.21 -
System Red Green Blue C M Y K H S L
Decimal 161 250 229 0.36 0 0.08 0.02 165.84 0.9 0.81
Hex A1 FA E5 24 0 8 2 A6 5A 51
Octal 241 372 345 44 0 10 2 246 132 121
Binary 10100001 11111010 11100101 100100 0 1000 10 10100110 1011010 1010001

Color Harmonies of #A1FAE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1FAE5

Black with #A1FAE5

Text Example


Text Example

White with #A1FAE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1FAE5; }

 p { color: rgb(161,250,229); }

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

background-color css

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

 a { background-color: rgb(161,250,229); }

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

border-color css

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

 span { border-color: rgb(161,250,229); }

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