#ADDEBB

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

Shades of Fringy Flower #ADDEBB

Tints of Fringy Flower #ADDEBB

Color information

#ADDEBB (or 0xADDEBB) is unknown color: approx Fringy Flower. HEX triplet: AD, DE and BB. RGB value is (173,222,187). Sum of RGB (Red+Green+Blue) = 173+222+187=582 (77% of max value = 765). Red value is 173 (67.97% from 255 or 29.73% from 582); Green value is 222 (87.11% from 255 or 38.14% from 582); Blue value is 187 (73.44% from 255 or 32.13% from 582); Max value from RGB is 222 - color contains mainly: green. Hex color #ADDEBB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADDEBB is #522144. Grayscale: #CBCBCB. Windows color (decimal): -5382469 or 12312237. OLE color: 12312237.

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

Color convert

RGB173222187-
CMYK0.2200.160.13
HSL137.14º42.61%77.45%-
HSV(B)137.14º22.07%87.06%-
XYZ52.3264.7156.75-
YUV203.36118.77106.35-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 29.73%
GREEN value IS 222 (87.11% from 255) = 38.14%
BLUE value IS 187 (73.44% from 255) = 32.13%
R=29.73%
G=38.14%
B=32.13%

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
Decimal1732221870.2200.160.13137.1442.6177.45
HexADDEBB16010D892b4d
Octal255336273260201521153115
Binary101011011101111010111011101100100001101100010011010111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADDEBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADDEBB; }

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

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

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

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

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

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

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

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