#ADDEC2

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

Shades of Fringy Flower #ADDEC2

Tints of Fringy Flower #ADDEC2

Color information

#ADDEC2 (or 0xADDEC2) is unknown color: approx Fringy Flower. HEX triplet: AD, DE and C2. RGB value is (173,222,194). Sum of RGB (Red+Green+Blue) = 173+222+194=589 (78% of max value = 765). Red value is 173 (67.97% from 255 or 29.37% from 589); Green value is 222 (87.11% from 255 or 37.69% from 589); Blue value is 194 (76.17% from 255 or 32.94% from 589); Max value from RGB is 222 - color contains mainly: green. Hex color #ADDEC2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADDEC2 is #52213D. Grayscale: #CCCCCC. Windows color (decimal): -5382462 or 12770989. OLE color: 12770989.

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

Color convert

RGB173222194-
CMYK0.2200.130.13
HSL145.71º42.61%77.45%-
HSV(B)145.71º22.07%87.06%-
XYZ53.0965.0260.79-
YUV204.16122.27105.78-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 29.37%
GREEN value IS 222 (87.11% from 255) = 37.69%
BLUE value IS 194 (76.17% from 255) = 32.94%
R=29.37%
G=37.69%
B=32.94%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1732221940.2200.130.13145.7142.6177.45
HexADDEC2160DD922b4d
Octal255336302260151522253115
Binary10101101110111101100001010110011011101100100101010111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADDEC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADDEC2; }

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

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

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

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

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

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

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

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