Html Css Color HEX #A0FDE5 Water Leaf

📋 copy color: '#A0FDE5'

red 160 ◦ green 253 ◦ blue 229

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

Shades of Water Leaf #A0FDE5

Tints of Water Leaf #A0FDE5

RGB

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

 GREEN value IS 253 (99.22% from 255) = 39.41%

 BLUE value IS 229 (89.84% from 255) = 35.67%

R = 24.92%
G = 39.41%
B = 35.67%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.09

 K value IS 0.01

RGB Variations

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

Color information

#A0FDE5 (or 0xA0FDE5) is known color: Water Leaf. HEX triplet: A0, FD and E5. RGB value is (160,253,229). Sum of RGB (Red+Green+Blue) = 160+253+229=642 (85% of max value = 765). Red value is 160 (62.89% from 255 or 24.92% from 642); Green value is 253 (99.22% from 255 or 39.41% from 642); Blue value is 229 (89.84% from 255 or 35.67% from 642); Max value from RGB is 253 - color contains mainly: green. Hex color #A0FDE5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A0FDE5 is #5F021A. Grayscale: #DEDEDE. Windows color (decimal): -6226459 or 15072672. OLE color: 15072672.

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

Color convert

RGB 160 253 229 -
CMYK 0.37 0 0.09 0.01
HSL 164.52º 0.96% 0.81% -
HSV(B) 164.52º 0.37% 0.99% -
XYZ 63.77 83.38 86.86 -
YUV 222.46 131.69 83.45 -
System Red Green Blue C M Y K H S L
Decimal 160 253 229 0.37 0 0.09 0.01 164.52 0.96 0.81
Hex A0 FD E5 25 0 9 1 A5 60 51
Octal 240 375 345 45 0 11 1 245 140 121
Binary 10100000 11111101 11100101 100101 0 1001 1 10100101 1100000 1010001

Color Harmonies of #A0FDE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0FDE5

Black with #A0FDE5

Text Example


Text Example

White with #A0FDE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0FDE5; }

 p { color: rgb(160,253,229); }

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

background-color css

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

 a { background-color: rgb(160,253,229); }

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

border-color css

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

 span { border-color: rgb(160,253,229); }

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