Html Css Color HEX #A5FAE3 Water Leaf

📋 copy color: '#A5FAE3'

red 165 ◦ green 250 ◦ blue 227

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

Shades of Water Leaf #A5FAE3

Tints of Water Leaf #A5FAE3

RGB

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

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

 BLUE value IS 227 (89.06% from 255) = 35.36%

R = 25.7%
G = 38.94%
B = 35.36%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.09

 K value IS 0.02

RGB Variations

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

Color information

#A5FAE3 (or 0xA5FAE3) is known color: Water Leaf. HEX triplet: A5, FA and E3. RGB value is (165,250,227). Sum of RGB (Red+Green+Blue) = 165+250+227=642 (85% of max value = 765). Red value is 165 (64.84% from 255 or 25.70% from 642); Green value is 250 (98.05% from 255 or 38.94% from 642); Blue value is 227 (89.06% from 255 or 35.36% from 642); Max value from RGB is 250 - color contains mainly: green. Hex color #A5FAE3 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A5FAE3 is #5A051C. Grayscale: #DDDDDD. Windows color (decimal): -5899549 or 14940837. OLE color: 14940837.

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

Color convert

RGB 165 250 227 -
CMYK 0.34 0 0.09 0.02
HSL 163.76º 0.89% 0.81% -
HSV(B) 163.76º 0.34% 0.98% -
XYZ 63.57 81.92 85.13 -
YUV 221.96 130.84 87.37 -
System Red Green Blue C M Y K H S L
Decimal 165 250 227 0.34 0 0.09 0.02 163.76 0.89 0.81
Hex A5 FA E3 22 0 9 2 A4 59 51
Octal 245 372 343 42 0 11 2 244 131 121
Binary 10100101 11111010 11100011 100010 0 1001 10 10100100 1011001 1010001

Color Harmonies of #A5FAE3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5FAE3

Black with #A5FAE3

Text Example


Text Example

White with #A5FAE3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5FAE3; }

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

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

background-color css

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

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

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

border-color css

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

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

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