#ADECE3

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

Shades of Water Leaf #ADECE3

Tints of Water Leaf #ADECE3

Color information

#ADECE3 (or 0xADECE3) is unknown color: approx Water Leaf. HEX triplet: AD, EC and E3. RGB value is (173,236,227). Sum of RGB (Red+Green+Blue) = 173+236+227=636 (84% of max value = 765). Red value is 173 (67.97% from 255 or 27.20% from 636); Green value is 236 (92.58% from 255 or 37.11% from 636); Blue value is 227 (89.06% from 255 or 35.69% from 636); Max value from RGB is 236 - color contains mainly: green. Hex color #ADECE3 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ADECE3 is #52131C. Grayscale: #D8D8D8. Windows color (decimal): -5378845 or 14937261. OLE color: 14937261.

HSL color Cylindrical-coordinate representation of color #ADECE3: hue angle of 171.43º degrees, saturation: 0.62, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #ADECE3 is Cyan = 0.27, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.07.

Color convert

RGB173236227-
CMYK0.2700.040.07
HSL171.43º62.38%80.2%-
HSV(B)171.43º26.69%92.55%-
XYZ61.0974.4283.82-
YUV216.14134.1397.23-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 27.20%
GREEN value IS 236 (92.58% from 255) = 37.11%
BLUE value IS 227 (89.06% from 255) = 35.69%
R=27.20%
G=37.11%
B=35.69%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1732362270.2700.040.07171.4362.3880.2
HexADECE31B047ab3e50
Octal2553543433304725376120
Binary101011011110110011100011110110100111101010111111101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADECE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADECE3; }

 p { color: rgb(173,236,227); }

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

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

 a { background-color: rgb(173,236,227); }

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

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

 span { border-color: rgb(173,236,227); }

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