#ADFFEA

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

Shades of Water Leaf #ADFFEA

Tints of Water Leaf #ADFFEA

Color information

#ADFFEA (or 0xADFFEA) is unknown color: approx Water Leaf. HEX triplet: AD, FF and EA. RGB value is (173,255,234). Sum of RGB (Red+Green+Blue) = 173+255+234=662 (87% of max value = 765). Red value is 173 (67.97% from 255 or 26.13% from 662); Green value is 255 (100% from 255 or 38.52% from 662); Blue value is 234 (91.80% from 255 or 35.35% from 662); Max value from RGB is 255 - color contains mainly: green. Hex color #ADFFEA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ADFFEA is #520015. Grayscale: #E4E4E4. Windows color (decimal): -5373974 or 15400877. OLE color: 15400877.

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

Color convert

RGB173255234-
CMYK0.3200.080
HSL164.63º100%83.92%-
HSV(B)164.63º32.16%100%-
XYZ67.8486.3490.93-
YUV228.09131.3388.71-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 26.13%
GREEN value IS 255 (100% from 255) = 38.52%
BLUE value IS 234 (91.80% from 255) = 35.35%
R=26.13%
G=38.52%
B=35.35%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1732552340.3200.080164.6310083.92
HexADFFEA20080a56454
Octal255377352400100245144124
Binary1010110111111111111010101000000100001010010111001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADFFEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADFFEA; }

 p { color: rgb(173,255,234); }

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

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

 a { background-color: rgb(173,255,234); }

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

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

 span { border-color: rgb(173,255,234); }

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