Html Css Color HEX #A2FFE6 Water Leaf

📋 copy color: '#A2FFE6'

red 162 ◦ green 255 ◦ blue 230

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

Shades of Water Leaf #A2FFE6

Tints of Water Leaf #A2FFE6

RGB

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

 GREEN value IS 255 (100% from 255) = 39.41%

 BLUE value IS 230 (90.23% from 255) = 35.55%

R = 25.04%
G = 39.41%
B = 35.55%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.10

 K value IS 0

RGB Variations

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

Color information

#A2FFE6 (or 0xA2FFE6) is known color: Water Leaf. HEX triplet: A2, FF and E6. RGB value is (162,255,230). Sum of RGB (Red+Green+Blue) = 162+255+230=647 (85% of max value = 765). Red value is 162 (63.67% from 255 or 25.04% from 647); Green value is 255 (100% from 255 or 39.41% from 647); Blue value is 230 (90.23% from 255 or 35.55% from 647); Max value from RGB is 255 - color contains mainly: green. Hex color #A2FFE6 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A2FFE6 is #5D0019. Grayscale: #E0E0E0. Windows color (decimal): -6094874 or 15138722. OLE color: 15138722.

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

Color convert

RGB 162 255 230 -
CMYK 0.36 0 0.10 0
HSL 163.87º 1% 0.82% -
HSV(B) 163.87º 0.36% 1% -
XYZ 64.94 84.91 87.83 -
YUV 224.34 131.19 83.53 -
System Red Green Blue C M Y K H S L
Decimal 162 255 230 0.36 0 0.10 0 163.87 1 0.82
Hex A2 FF E6 24 0 A 0 A4 64 52
Octal 242 377 346 44 0 12 0 244 144 122
Binary 10100010 11111111 11100110 100100 0 1010 0 10100100 1100100 1010010

Color Harmonies of #A2FFE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2FFE6

Black with #A2FFE6

Text Example


Text Example

White with #A2FFE6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2FFE6; }

 p { color: rgb(162,255,230); }

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

background-color css

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

 a { background-color: rgb(162,255,230); }

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

border-color css

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

 span { border-color: rgb(162,255,230); }

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