#ADDEBF

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

Shades of Fringy Flower #ADDEBF

Tints of Fringy Flower #ADDEBF

Color information

#ADDEBF (or 0xADDEBF) is unknown color: approx Fringy Flower. HEX triplet: AD, DE and BF. RGB value is (173,222,191). Sum of RGB (Red+Green+Blue) = 173+222+191=586 (77% of max value = 765). Red value is 173 (67.97% from 255 or 29.52% from 586); Green value is 222 (87.11% from 255 or 37.88% from 586); Blue value is 191 (75% from 255 or 32.59% from 586); Max value from RGB is 222 - color contains mainly: green. Hex color #ADDEBF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADDEBF is #522140. Grayscale: #CBCBCB. Windows color (decimal): -5382465 or 12574381. OLE color: 12574381.

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

Color convert

RGB173222191-
CMYK0.2200.140.13
HSL142.04º42.61%77.45%-
HSV(B)142.04º22.07%87.06%-
XYZ52.7664.8959.03-
YUV203.82120.77106.02-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 29.52%
GREEN value IS 222 (87.11% from 255) = 37.88%
BLUE value IS 191 (75% from 255) = 32.59%
R=29.52%
G=37.88%
B=32.59%

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
Decimal1732221910.2200.140.13142.0442.6177.45
HexADDEBF160ED8e2b4d
Octal255336277260161521653115
Binary10101101110111101011111110110011101101100011101010111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADDEBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADDEBF; }

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

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

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

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

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

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

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

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