#ADDCBF

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

Shades of Fringy Flower #ADDCBF

Tints of Fringy Flower #ADDCBF

Color information

#ADDCBF (or 0xADDCBF) is unknown color: approx Fringy Flower. HEX triplet: AD, DC and BF. RGB value is (173,220,191). Sum of RGB (Red+Green+Blue) = 173+220+191=584 (77% of max value = 765). Red value is 173 (67.97% from 255 or 29.62% from 584); Green value is 220 (86.33% from 255 or 37.67% from 584); Blue value is 191 (75% from 255 or 32.71% from 584); Max value from RGB is 220 - color contains mainly: green. Hex color #ADDCBF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADDCBF is #522340. Grayscale: #CACACA. Windows color (decimal): -5382977 or 12573869. OLE color: 12573869.

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

Color convert

RGB173220191-
CMYK0.2100.130.14
HSL142.98º40.17%77.06%-
HSV(B)142.98º21.36%86.27%-
XYZ52.2363.8358.86-
YUV202.64121.43106.86-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 29.62%
GREEN value IS 220 (86.33% from 255) = 37.67%
BLUE value IS 191 (75% from 255) = 32.71%
R=29.62%
G=37.67%
B=32.71%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1732201910.2100.130.14142.9840.1777.06
HexADDCBF150DE8f284d
Octal255334277250151621750115
Binary10101101110111001011111110101011011110100011111010001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADDCBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADDCBF; }

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

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

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

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

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

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

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

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