#ADFCC2

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

Shades of Fringy Flower #ADFCC2

Tints of Fringy Flower #ADFCC2

Color information

#ADFCC2 (or 0xADFCC2) is unknown color: approx Fringy Flower. HEX triplet: AD, FC and C2. RGB value is (173,252,194). Sum of RGB (Red+Green+Blue) = 173+252+194=619 (81% of max value = 765). Red value is 173 (67.97% from 255 or 27.95% from 619); Green value is 252 (98.83% from 255 or 40.71% from 619); Blue value is 194 (76.17% from 255 or 31.34% from 619); Max value from RGB is 252 - color contains mainly: green. Hex color #ADFCC2 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ADFCC2 is #52033D. Grayscale: #DDDDDD. Windows color (decimal): -5374782 or 12778669. OLE color: 12778669.

HSL color Cylindrical-coordinate representation of color #ADFCC2: hue angle of 135.95º degrees, saturation: 0.93, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #ADFCC2 is Cyan = 0.31, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.01.

Color convert

RGB173252194-
CMYK0.3100.230.01
HSL135.95º92.94%83.33%-
HSV(B)135.95º31.35%98.82%-
XYZ61.7882.463.69-
YUV221.77112.3393.22-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 27.95%
GREEN value IS 252 (98.83% from 255) = 40.71%
BLUE value IS 194 (76.17% from 255) = 31.34%
R=27.95%
G=40.71%
B=31.34%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1732521940.3100.230.01135.9592.9483.33
HexADFCC21F0171885d53
Octal255374302370271210135123
Binary1010110111111100110000101111101011111000100010111011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADFCC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADFCC2; }

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

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

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

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

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

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

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

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