#ADFDC2

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

Shades of Fringy Flower #ADFDC2

Tints of Fringy Flower #ADFDC2

Color information

#ADFDC2 (or 0xADFDC2) is unknown color: approx Fringy Flower. HEX triplet: AD, FD and C2. RGB value is (173,253,194). Sum of RGB (Red+Green+Blue) = 173+253+194=620 (82% of max value = 765). Red value is 173 (67.97% from 255 or 27.90% from 620); Green value is 253 (99.22% from 255 or 40.81% from 620); Blue value is 194 (76.17% from 255 or 31.29% from 620); Max value from RGB is 253 - color contains mainly: green. Hex color #ADFDC2 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ADFDC2 is #52023D. Grayscale: #DEDEDE. Windows color (decimal): -5374526 or 12778925. OLE color: 12778925.

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

Color convert

RGB173253194-
CMYK0.3200.230.01
HSL135.75º95.24%83.53%-
HSV(B)135.75º31.62%99.22%-
XYZ62.183.0363.79-
YUV222.3511292.8-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 27.90%
GREEN value IS 253 (99.22% from 255) = 40.81%
BLUE value IS 194 (76.17% from 255) = 31.29%
R=27.90%
G=40.81%
B=31.29%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1732531940.3200.230.01135.7595.2483.53
HexADFDC2200171885f54
Octal255375302400271210137124
Binary10101101111111011100001010000001011111000100010111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADFDC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADFDC2; }

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

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

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

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

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

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

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

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