Html Css Color HEX #A2FDE5 Water Leaf

📋 copy color: '#A2FDE5'

red 162 ◦ green 253 ◦ blue 229

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

Shades of Water Leaf #A2FDE5

Tints of Water Leaf #A2FDE5

RGB

 RED value IS 162 (63.67% from 255) = 25.16%

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

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

R = 25.16%
G = 39.29%
B = 35.56%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.09

 K value IS 0.01

RGB Variations

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

Color information

#A2FDE5 (or 0xA2FDE5) is known color: Water Leaf. HEX triplet: A2, FD and E5. RGB value is (162,253,229). Sum of RGB (Red+Green+Blue) = 162+253+229=644 (85% of max value = 765). Red value is 162 (63.67% from 255 or 25.16% from 644); Green value is 253 (99.22% from 255 or 39.29% from 644); Blue value is 229 (89.84% from 255 or 35.56% from 644); Max value from RGB is 253 - color contains mainly: green. Hex color #A2FDE5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A2FDE5 is #5D021A. Grayscale: #DFDFDF. Windows color (decimal): -6095387 or 15072674. OLE color: 15072674.

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

Color convert

RGB 162 253 229 -
CMYK 0.36 0 0.09 0.01
HSL 164.18º 0.96% 0.81% -
HSV(B) 164.18º 0.36% 0.99% -
XYZ 64.17 83.59 86.88 -
YUV 223.06 131.35 84.45 -
System Red Green Blue C M Y K H S L
Decimal 162 253 229 0.36 0 0.09 0.01 164.18 0.96 0.81
Hex A2 FD E5 24 0 9 1 A4 60 51
Octal 242 375 345 44 0 11 1 244 140 121
Binary 10100010 11111101 11100101 100100 0 1001 1 10100100 1100000 1010001

Color Harmonies of #A2FDE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2FDE5

Black with #A2FDE5

Text Example


Text Example

White with #A2FDE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2FDE5; }

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

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

background-color css

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

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

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

border-color css

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

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

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