#ADDEBA

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

Shades of Fringy Flower #ADDEBA

Tints of Fringy Flower #ADDEBA

Color information

#ADDEBA (or 0xADDEBA) is unknown color: approx Fringy Flower. HEX triplet: AD, DE and BA. RGB value is (173,222,186). Sum of RGB (Red+Green+Blue) = 173+222+186=581 (76% of max value = 765). Red value is 173 (67.97% from 255 or 29.78% from 581); Green value is 222 (87.11% from 255 or 38.21% from 581); Blue value is 186 (73.05% from 255 or 32.01% from 581); Max value from RGB is 222 - color contains mainly: green. Hex color #ADDEBA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADDEBA is #522145. Grayscale: #CBCBCB. Windows color (decimal): -5382470 or 12246701. OLE color: 12246701.

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

Color convert

RGB173222186-
CMYK0.2200.160.13
HSL135.92º42.61%77.45%-
HSV(B)135.92º22.07%87.06%-
XYZ52.2264.6756.19-
YUV203.24118.27106.43-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 29.78%
GREEN value IS 222 (87.11% from 255) = 38.21%
BLUE value IS 186 (73.05% from 255) = 32.01%
R=29.78%
G=38.21%
B=32.01%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1732221860.2200.160.13135.9242.6177.45
HexADDEBA16010D882b4d
Octal255336272260201521053115
Binary101011011101111010111010101100100001101100010001010111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADDEBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADDEBA; }

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

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

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

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

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

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

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

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