Html Css Color HEX #A2F9E6 Water Leaf

📋 copy color: '#A2F9E6'

red 162 ◦ green 249 ◦ blue 230

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

Shades of Water Leaf #A2F9E6

Tints of Water Leaf #A2F9E6

RGB

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

 GREEN value IS 249 (97.66% from 255) = 38.85%

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

R = 25.27%
G = 38.85%
B = 35.88%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.08

 K value IS 0.02

RGB Variations

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

Color information

#A2F9E6 (or 0xA2F9E6) is known color: Water Leaf. HEX triplet: A2, F9 and E6. RGB value is (162,249,230). Sum of RGB (Red+Green+Blue) = 162+249+230=641 (84% of max value = 765). Red value is 162 (63.67% from 255 or 25.27% from 641); Green value is 249 (97.66% from 255 or 38.85% from 641); Blue value is 230 (90.23% from 255 or 35.88% from 641); Max value from RGB is 249 - color contains mainly: green. Hex color #A2F9E6 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A2F9E6 is #5D0619. Grayscale: #DCDCDC. Windows color (decimal): -6096410 or 15137186. OLE color: 15137186.

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

Color convert

RGB 162 249 230 -
CMYK 0.35 0 0.08 0.02
HSL 166.9º 0.88% 0.81% -
HSV(B) 166.9º 0.35% 0.98% -
XYZ 63.06 81.15 87.2 -
YUV 220.82 133.18 86.04 -
System Red Green Blue C M Y K H S L
Decimal 162 249 230 0.35 0 0.08 0.02 166.9 0.88 0.81
Hex A2 F9 E6 23 0 8 2 A7 58 51
Octal 242 371 346 43 0 10 2 247 130 121
Binary 10100010 11111001 11100110 100011 0 1000 10 10100111 1011000 1010001

Color Harmonies of #A2F9E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2F9E6

Black with #A2F9E6

Text Example


Text Example

White with #A2F9E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2F9E6; }

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

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

background-color css

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

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

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

border-color css

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

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

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