#ADDEBE

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

Shades of Fringy Flower #ADDEBE

Tints of Fringy Flower #ADDEBE

Color information

#ADDEBE (or 0xADDEBE) is unknown color: approx Fringy Flower. HEX triplet: AD, DE and BE. RGB value is (173,222,190). Sum of RGB (Red+Green+Blue) = 173+222+190=585 (77% of max value = 765). Red value is 173 (67.97% from 255 or 29.57% from 585); Green value is 222 (87.11% from 255 or 37.95% from 585); Blue value is 190 (74.61% from 255 or 32.48% from 585); Max value from RGB is 222 - color contains mainly: green. Hex color #ADDEBE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADDEBE is #522141. Grayscale: #CBCBCB. Windows color (decimal): -5382466 or 12508845. OLE color: 12508845.

HSL color Cylindrical-coordinate representation of color #ADDEBE: hue angle of 140.82º 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 #ADDEBE is Cyan = 0.22, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.13.

Color convert

RGB173222190-
CMYK0.2200.140.13
HSL140.82º42.61%77.45%-
HSV(B)140.82º22.07%87.06%-
XYZ52.6564.8458.46-
YUV203.7120.27106.1-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 29.57%
GREEN value IS 222 (87.11% from 255) = 37.95%
BLUE value IS 190 (74.61% from 255) = 32.48%
R=29.57%
G=37.95%
B=32.48%

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
Decimal1732221900.2200.140.13140.8242.6177.45
HexADDEBE160ED8d2b4d
Octal255336276260161521553115
Binary10101101110111101011111010110011101101100011011010111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADDEBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADDEBE; }

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

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

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

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

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

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

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

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