Html Css Color HEX #A5FAE1 Water Leaf

📋 copy color: '#A5FAE1'

red 165 ◦ green 250 ◦ blue 225

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

Shades of Water Leaf #A5FAE1

Tints of Water Leaf #A5FAE1

RGB

 RED value IS 165 (64.84% from 255) = 25.78%

 GREEN value IS 250 (98.05% from 255) = 39.06%

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

R = 25.78%
G = 39.06%
B = 35.16%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.10

 K value IS 0.02

RGB Variations

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

Color information

#A5FAE1 (or 0xA5FAE1) is known color: Water Leaf. HEX triplet: A5, FA and E1. RGB value is (165,250,225). Sum of RGB (Red+Green+Blue) = 165+250+225=640 (84% of max value = 765). Red value is 165 (64.84% from 255 or 25.78% from 640); Green value is 250 (98.05% from 255 or 39.06% from 640); Blue value is 225 (88.28% from 255 or 35.16% from 640); Max value from RGB is 250 - color contains mainly: green. Hex color #A5FAE1 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A5FAE1 is #5A051E. Grayscale: #DDDDDD. Windows color (decimal): -5899551 or 14809765. OLE color: 14809765.

HSL color Cylindrical-coordinate representation of color #A5FAE1: hue angle of 162.35º degrees, saturation: 0.89, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A5FAE1 is Cyan = 0.34, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.02.

Color convert

RGB 165 250 225 -
CMYK 0.34 0 0.10 0.02
HSL 162.35º 0.89% 0.81% -
HSV(B) 162.35º 0.34% 0.98% -
XYZ 63.29 81.81 83.69 -
YUV 221.74 129.84 87.53 -
System Red Green Blue C M Y K H S L
Decimal 165 250 225 0.34 0 0.10 0.02 162.35 0.89 0.81
Hex A5 FA E1 22 0 A 2 A2 59 51
Octal 245 372 341 42 0 12 2 242 131 121
Binary 10100101 11111010 11100001 100010 0 1010 10 10100010 1011001 1010001

Color Harmonies of #A5FAE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5FAE1

Black with #A5FAE1

Text Example


Text Example

White with #A5FAE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5FAE1; }

 p { color: rgb(165,250,225); }

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

background-color css

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

 a { background-color: rgb(165,250,225); }

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

border-color css

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

 span { border-color: rgb(165,250,225); }

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