Html Css Color HEX #A1FAE6 Water Leaf

📋 copy color: '#A1FAE6'

red 161 ◦ green 250 ◦ blue 230

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

Shades of Water Leaf #A1FAE6

Tints of Water Leaf #A1FAE6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 35.88%

R = 25.12%
G = 39%
B = 35.88%

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

#A1FAE6 (or 0xA1FAE6) is known color: Water Leaf. HEX triplet: A1, FA and E6. RGB value is (161,250,230). Sum of RGB (Red+Green+Blue) = 161+250+230=641 (84% of max value = 765). Red value is 161 (63.28% from 255 or 25.12% from 641); Green value is 250 (98.05% from 255 or 39.00% from 641); Blue value is 230 (90.23% from 255 or 35.88% from 641); Max value from RGB is 250 - color contains mainly: green. Hex color #A1FAE6 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A1FAE6 is #5E0519. Grayscale: #DDDDDD. Windows color (decimal): -6161690 or 15137441. OLE color: 15137441.

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

Color convert

RGB 161 250 230 -
CMYK 0.36 0 0.08 0.02
HSL 166.52º 0.9% 0.81% -
HSV(B) 166.52º 0.36% 0.98% -
XYZ 63.17 81.66 87.3 -
YUV 221.11 133.01 85.13 -
System Red Green Blue C M Y K H S L
Decimal 161 250 230 0.36 0 0.08 0.02 166.52 0.9 0.81
Hex A1 FA E6 24 0 8 2 A7 5A 51
Octal 241 372 346 44 0 10 2 247 132 121
Binary 10100001 11111010 11100110 100100 0 1000 10 10100111 1011010 1010001

Color Harmonies of #A1FAE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1FAE6

Black with #A1FAE6

Text Example


Text Example

White with #A1FAE6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1FAE6; }

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

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

background-color css

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

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

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

border-color css

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

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

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