Html Css Color HEX #A0F1E1 Water Leaf

📋 copy color: '#A0F1E1'

red 160 ◦ green 241 ◦ blue 225

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

Shades of Water Leaf #A0F1E1

Tints of Water Leaf #A0F1E1

RGB

 RED value IS 160 (62.89% from 255) = 25.56%

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

 BLUE value IS 225 (88.28% from 255) = 35.94%

R = 25.56%
G = 38.5%
B = 35.94%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.07

 K value IS 0.05

RGB Variations

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

Color information

#A0F1E1 (or 0xA0F1E1) is known color: Water Leaf. HEX triplet: A0, F1 and E1. RGB value is (160,241,225). Sum of RGB (Red+Green+Blue) = 160+241+225=626 (82% of max value = 765). Red value is 160 (62.89% from 255 or 25.56% from 626); Green value is 241 (94.53% from 255 or 38.50% from 626); Blue value is 225 (88.28% from 255 or 35.94% from 626); Max value from RGB is 241 - color contains mainly: green. Hex color #A0F1E1 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A0F1E1 is #5F0E1E. Grayscale: #D6D6D6. Windows color (decimal): -6229535 or 14807456. OLE color: 14807456.

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

Color convert

RGB 160 241 225 -
CMYK 0.34 0 0.07 0.05
HSL 168.15º 0.74% 0.79% -
HSV(B) 168.15º 0.34% 0.95% -
XYZ 59.54 75.82 82.73 -
YUV 214.96 133.66 88.8 -
System Red Green Blue C M Y K H S L
Decimal 160 241 225 0.34 0 0.07 0.05 168.15 0.74 0.79
Hex A0 F1 E1 22 0 7 5 A8 4A 4F
Octal 240 361 341 42 0 7 5 250 112 117
Binary 10100000 11110001 11100001 100010 0 111 101 10101000 1001010 1001111

Color Harmonies of #A0F1E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0F1E1

Black with #A0F1E1

Text Example


Text Example

White with #A0F1E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0F1E1; }

 p { color: rgb(160,241,225); }

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

background-color css

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

 a { background-color: rgb(160,241,225); }

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

border-color css

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

 span { border-color: rgb(160,241,225); }

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