Html Css Color HEX #A1F1DF Water Leaf

📋 copy color: '#A1F1DF'

red 161 ◦ green 241 ◦ blue 223

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

Shades of Water Leaf #A1F1DF

Tints of Water Leaf #A1F1DF

RGB

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

 GREEN value IS 241 (94.53% from 255) = 38.56%

 BLUE value IS 223 (87.5% from 255) = 35.68%

R = 25.76%
G = 38.56%
B = 35.68%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.07

 K value IS 0.05

RGB Variations

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

Color information

#A1F1DF (or 0xA1F1DF) is known color: Water Leaf. HEX triplet: A1, F1 and DF. RGB value is (161,241,223). Sum of RGB (Red+Green+Blue) = 161+241+223=625 (82% of max value = 765). Red value is 161 (63.28% from 255 or 25.76% from 625); Green value is 241 (94.53% from 255 or 38.56% from 625); Blue value is 223 (87.5% from 255 or 35.68% from 625); Max value from RGB is 241 - color contains mainly: green. Hex color #A1F1DF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A1F1DF is #5E0E20. Grayscale: #D7D7D7. Windows color (decimal): -6164001 or 14676385. OLE color: 14676385.

HSL color Cylindrical-coordinate representation of color #A1F1DF: hue angle of 166.5º degrees, saturation: 0.74, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A1F1DF is Cyan = 0.33, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.05.

Color convert

RGB 161 241 223 -
CMYK 0.33 0 0.07 0.05
HSL 166.5º 0.74% 0.79% -
HSV(B) 166.5º 0.33% 0.95% -
XYZ 59.47 75.82 81.31 -
YUV 215.03 132.5 89.46 -
System Red Green Blue C M Y K H S L
Decimal 161 241 223 0.33 0 0.07 0.05 166.5 0.74 0.79
Hex A1 F1 DF 21 0 7 5 A6 4A 4F
Octal 241 361 337 41 0 7 5 246 112 117
Binary 10100001 11110001 11011111 100001 0 111 101 10100110 1001010 1001111

Color Harmonies of #A1F1DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1F1DF

Black with #A1F1DF

Text Example


Text Example

White with #A1F1DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1F1DF; }

 p { color: rgb(161,241,223); }

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

background-color css

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

 a { background-color: rgb(161,241,223); }

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

border-color css

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

 span { border-color: rgb(161,241,223); }

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