Html Css Color HEX #A1FCE7 Water Leaf

📋 copy color: '#A1FCE7'

red 161 ◦ green 252 ◦ blue 231

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

Shades of Water Leaf #A1FCE7

Tints of Water Leaf #A1FCE7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 35.87%

R = 25%
G = 39.13%
B = 35.87%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.08

 K value IS 0.01

RGB Variations

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

Color information

#A1FCE7 (or 0xA1FCE7) is known color: Water Leaf. HEX triplet: A1, FC and E7. RGB value is (161,252,231). Sum of RGB (Red+Green+Blue) = 161+252+231=644 (85% of max value = 765). Red value is 161 (63.28% from 255 or 25% from 644); Green value is 252 (98.83% from 255 or 39.13% from 644); Blue value is 231 (90.62% from 255 or 35.87% from 644); Max value from RGB is 252 - color contains mainly: green. Hex color #A1FCE7 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A1FCE7 is #5E0318. Grayscale: #DEDEDE. Windows color (decimal): -6161177 or 15203489. OLE color: 15203489.

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

Color convert

RGB 161 252 231 -
CMYK 0.36 0 0.08 0.01
HSL 166.15º 0.94% 0.81% -
HSV(B) 166.15º 0.36% 0.99% -
XYZ 63.93 82.97 88.25 -
YUV 222.4 132.85 84.21 -
System Red Green Blue C M Y K H S L
Decimal 161 252 231 0.36 0 0.08 0.01 166.15 0.94 0.81
Hex A1 FC E7 24 0 8 1 A6 5E 51
Octal 241 374 347 44 0 10 1 246 136 121
Binary 10100001 11111100 11100111 100100 0 1000 1 10100110 1011110 1010001

Color Harmonies of #A1FCE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1FCE7

Black with #A1FCE7

Text Example


Text Example

White with #A1FCE7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1FCE7; }

 p { color: rgb(161,252,231); }

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

background-color css

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

 a { background-color: rgb(161,252,231); }

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

border-color css

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

 span { border-color: rgb(161,252,231); }

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