Html Css Color HEX #A0FBE5 Water Leaf

📋 copy color: '#A0FBE5'

red 160 ◦ green 251 ◦ blue 229

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

Shades of Water Leaf #A0FBE5

Tints of Water Leaf #A0FBE5

RGB

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

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

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

R = 25%
G = 39.22%
B = 35.78%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.09

 K value IS 0.02

RGB Variations

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

Color information

#A0FBE5 (or 0xA0FBE5) is known color: Water Leaf. HEX triplet: A0, FB and E5. RGB value is (160,251,229). Sum of RGB (Red+Green+Blue) = 160+251+229=640 (84% of max value = 765). Red value is 160 (62.89% from 255 or 25% from 640); Green value is 251 (98.44% from 255 or 39.22% from 640); Blue value is 229 (89.84% from 255 or 35.78% from 640); Max value from RGB is 251 - color contains mainly: green. Hex color #A0FBE5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A0FBE5 is #5F041A. Grayscale: #DDDDDD. Windows color (decimal): -6226971 or 15072160. OLE color: 15072160.

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

Color convert

RGB 160 251 229 -
CMYK 0.36 0 0.09 0.02
HSL 165.49º 0.92% 0.81% -
HSV(B) 165.49º 0.36% 0.98% -
XYZ 63.14 82.13 86.65 -
YUV 221.28 132.35 84.29 -
System Red Green Blue C M Y K H S L
Decimal 160 251 229 0.36 0 0.09 0.02 165.49 0.92 0.81
Hex A0 FB E5 24 0 9 2 A5 5C 51
Octal 240 373 345 44 0 11 2 245 134 121
Binary 10100000 11111011 11100101 100100 0 1001 10 10100101 1011100 1010001

Color Harmonies of #A0FBE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0FBE5

Black with #A0FBE5

Text Example


Text Example

White with #A0FBE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0FBE5; }

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

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

background-color css

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

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

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

border-color css

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

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

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