Html Css Color HEX #A5FEE7 Water Leaf

📋 copy color: '#A5FEE7'

red 165 ◦ green 254 ◦ blue 231

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

Shades of Water Leaf #A5FEE7

Tints of Water Leaf #A5FEE7

RGB

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

 GREEN value IS 254 (99.61% from 255) = 39.08%

 BLUE value IS 231 (90.63% from 255) = 35.54%

R = 25.38%
G = 39.08%
B = 35.54%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.09

 K value IS 0.00

RGB Variations

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

Color information

#A5FEE7 (or 0xA5FEE7) is known color: Water Leaf. HEX triplet: A5, FE and E7. RGB value is (165,254,231). Sum of RGB (Red+Green+Blue) = 165+254+231=650 (86% of max value = 765). Red value is 165 (64.84% from 255 or 25.38% from 650); Green value is 254 (99.61% from 255 or 39.08% from 650); Blue value is 231 (90.62% from 255 or 35.54% from 650); Max value from RGB is 254 - color contains mainly: green. Hex color #A5FEE7 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A5FEE7 is #5A0118. Grayscale: #E0E0E0. Windows color (decimal): -5898521 or 15204005. OLE color: 15204005.

HSL color Cylindrical-coordinate representation of color #A5FEE7: hue angle of 164.49º degrees, saturation: 0.98, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A5FEE7 is Cyan = 0.35, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.00.

Color convert

RGB 165 254 231 -
CMYK 0.35 0 0.09 0.00
HSL 164.49º 0.98% 0.82% -
HSV(B) 164.49º 0.35% 1% -
XYZ 65.38 84.65 88.49 -
YUV 224.77 131.51 85.37 -
System Red Green Blue C M Y K H S L
Decimal 165 254 231 0.35 0 0.09 0.00 164.49 0.98 0.82
Hex A5 FE E7 23 0 9 0 A4 62 52
Octal 245 376 347 43 0 11 0 244 142 122
Binary 10100101 11111110 11100111 100011 0 1001 0 10100100 1100010 1010010

Color Harmonies of #A5FEE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5FEE7

Black with #A5FEE7

Text Example


Text Example

White with #A5FEE7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5FEE7; }

 p { color: rgb(165,254,231); }

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

background-color css

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

 a { background-color: rgb(165,254,231); }

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

border-color css

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

 span { border-color: rgb(165,254,231); }

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