#A2F3E4

Color #A2F3E4 Water Leaf (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Water Leaf #A2F3E4

Tints of Water Leaf #A2F3E4

Color information

#A2F3E4 (or 0xA2F3E4) is unknown color: approx Water Leaf. HEX triplet: A2, F3 and E4. RGB value is (162,243,228). Sum of RGB (Red+Green+Blue) = 162+243+228=633 (83% of max value = 765). Red value is 162 (63.67% from 255 or 25.59% from 633); Green value is 243 (95.31% from 255 or 38.39% from 633); Blue value is 228 (89.45% from 255 or 36.02% from 633); Max value from RGB is 243 - color contains mainly: green. Hex color #A2F3E4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A2F3E4 is #5D0C1B. Grayscale: #D9D9D9. Windows color (decimal): -6097948 or 15004578. OLE color: 15004578.

HSL color Cylindrical-coordinate representation of color #A2F3E4: hue angle of 168.89º degrees, saturation: 0.77, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A2F3E4 is Cyan = 0.33, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.05.

Color convert

RGB162243228-
CMYK0.3300.060.05
HSL168.89º77.14%79.41%-
HSV(B)168.89º33.33%95.29%-
XYZ60.9577.3885.12-
YUV217.07134.1688.72-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 25.59%
GREEN value IS 243 (95.31% from 255) = 38.39%
BLUE value IS 228 (89.45% from 255) = 36.02%
R=25.59%
G=38.39%
B=36.02%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1622432280.3300.060.05168.8977.1479.41
HexA2F3E421065a94d4f
Octal24236334441065251115117
Binary10100010111100111110010010000101101011010100110011011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2F3E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2F3E4; }

 p { color: rgb(162,243,228); }

 H1.HeaderClassName
 {
   color: #A2F3E4;
 }
 .AnyTagClassName
 {
   color: #A2F3E4;
 }
</style>
background-color css

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

 a { background-color: rgb(162,243,228); }

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

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

 span { border-color: rgb(162,243,228); }

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