Html Css Color HEX #A1FBE2 Water Leaf

📋 copy color: '#A1FBE2'

red 161 ◦ green 251 ◦ blue 226

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

Shades of Water Leaf #A1FBE2

Tints of Water Leaf #A1FBE2

RGB

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

 GREEN value IS 251 (98.44% from 255) = 39.34%

 BLUE value IS 226 (88.67% from 255) = 35.42%

R = 25.24%
G = 39.34%
B = 35.42%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.10

 K value IS 0.02

RGB Variations

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

Color information

#A1FBE2 (or 0xA1FBE2) is known color: Water Leaf. HEX triplet: A1, FB and E2. RGB value is (161,251,226). Sum of RGB (Red+Green+Blue) = 161+251+226=638 (84% of max value = 765). Red value is 161 (63.28% from 255 or 25.24% from 638); Green value is 251 (98.44% from 255 or 39.34% from 638); Blue value is 226 (88.67% from 255 or 35.42% from 638); Max value from RGB is 251 - color contains mainly: green. Hex color #A1FBE2 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A1FBE2 is #5E041D. Grayscale: #DDDDDD. Windows color (decimal): -6161438 or 14875553. OLE color: 14875553.

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

Color convert

RGB 161 251 226 -
CMYK 0.36 0 0.10 0.02
HSL 163.33º 0.92% 0.81% -
HSV(B) 163.33º 0.36% 0.98% -
XYZ 62.92 82.06 84.47 -
YUV 221.24 130.68 85.03 -
System Red Green Blue C M Y K H S L
Decimal 161 251 226 0.36 0 0.10 0.02 163.33 0.92 0.81
Hex A1 FB E2 24 0 A 2 A3 5C 51
Octal 241 373 342 44 0 12 2 243 134 121
Binary 10100001 11111011 11100010 100100 0 1010 10 10100011 1011100 1010001

Color Harmonies of #A1FBE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1FBE2

Black with #A1FBE2

Text Example


Text Example

White with #A1FBE2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1FBE2; }

 p { color: rgb(161,251,226); }

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

background-color css

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

 a { background-color: rgb(161,251,226); }

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

border-color css

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

 span { border-color: rgb(161,251,226); }

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