#ADDEC0

Color #ADDEC0 Fringy Flower (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fringy Flower #ADDEC0

Tints of Fringy Flower #ADDEC0

Color information

#ADDEC0 (or 0xADDEC0) is unknown color: approx Fringy Flower. HEX triplet: AD, DE and C0. RGB value is (173,222,192). Sum of RGB (Red+Green+Blue) = 173+222+192=587 (77% of max value = 765). Red value is 173 (67.97% from 255 or 29.47% from 587); Green value is 222 (87.11% from 255 or 37.82% from 587); Blue value is 192 (75.39% from 255 or 32.71% from 587); Max value from RGB is 222 - color contains mainly: green. Hex color #ADDEC0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADDEC0 is #52213F. Grayscale: #CCCCCC. Windows color (decimal): -5382464 or 12639917. OLE color: 12639917.

HSL color Cylindrical-coordinate representation of color #ADDEC0: hue angle of 143.27º degrees, saturation: 0.43, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #ADDEC0 is Cyan = 0.22, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.13.

Color convert

RGB173222192-
CMYK0.2200.140.13
HSL143.27º42.61%77.45%-
HSV(B)143.27º22.07%87.06%-
XYZ52.8764.9359.62-
YUV203.93121.27105.94-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 29.47%
GREEN value IS 222 (87.11% from 255) = 37.82%
BLUE value IS 192 (75.39% from 255) = 32.71%
R=29.47%
G=37.82%
B=32.71%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1732221920.2200.140.13143.2742.6177.45
HexADDEC0160ED8f2b4d
Octal255336300260161521753115
Binary10101101110111101100000010110011101101100011111010111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADDEC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADDEC0; }

 p { color: rgb(173,222,192); }

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

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

 a { background-color: rgb(173,222,192); }

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

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

 span { border-color: rgb(173,222,192); }

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