Html Css Color HEX #A0F2DF Water Leaf

📋 copy color: '#A0F2DF'

red 160 ◦ green 242 ◦ blue 223

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

Shades of Water Leaf #A0F2DF

Tints of Water Leaf #A0F2DF

RGB

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

 GREEN value IS 242 (94.92% from 255) = 38.72%

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

R = 25.6%
G = 38.72%
B = 35.68%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.08

 K value IS 0.05

RGB Variations

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

Color information

#A0F2DF (or 0xA0F2DF) is known color: Water Leaf. HEX triplet: A0, F2 and DF. RGB value is (160,242,223). Sum of RGB (Red+Green+Blue) = 160+242+223=625 (82% of max value = 765). Red value is 160 (62.89% from 255 or 25.6% from 625); Green value is 242 (94.92% from 255 or 38.72% from 625); Blue value is 223 (87.5% from 255 or 35.68% from 625); Max value from RGB is 242 - color contains mainly: green. Hex color #A0F2DF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A0F2DF is #5F0D20. Grayscale: #D7D7D7. Windows color (decimal): -6229281 or 14676640. OLE color: 14676640.

HSL color Cylindrical-coordinate representation of color #A0F2DF: hue angle of 166.1º degrees, saturation: 0.76, 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 #A0F2DF is Cyan = 0.34, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.05.

Color convert

RGB 160 242 223 -
CMYK 0.34 0 0.08 0.05
HSL 166.1º 0.76% 0.79% -
HSV(B) 166.1º 0.34% 0.95% -
XYZ 59.57 76.31 81.4 -
YUV 215.32 132.33 88.54 -
System Red Green Blue C M Y K H S L
Decimal 160 242 223 0.34 0 0.08 0.05 166.1 0.76 0.79
Hex A0 F2 DF 22 0 8 5 A6 4C 4F
Octal 240 362 337 42 0 10 5 246 114 117
Binary 10100000 11110010 11011111 100010 0 1000 101 10100110 1001100 1001111

Color Harmonies of #A0F2DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0F2DF

Black with #A0F2DF

Text Example


Text Example

White with #A0F2DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0F2DF; }

 p { color: rgb(160,242,223); }

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

background-color css

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

 a { background-color: rgb(160,242,223); }

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

border-color css

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

 span { border-color: rgb(160,242,223); }

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