#ADFBBC

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

Shades of Fringy Flower #ADFBBC

Tints of Fringy Flower #ADFBBC

Color information

#ADFBBC (or 0xADFBBC) is unknown color: approx Fringy Flower. HEX triplet: AD, FB and BC. RGB value is (173,251,188). Sum of RGB (Red+Green+Blue) = 173+251+188=612 (81% of max value = 765). Red value is 173 (67.97% from 255 or 28.27% from 612); Green value is 251 (98.44% from 255 or 41.01% from 612); Blue value is 188 (73.83% from 255 or 30.72% from 612); Max value from RGB is 251 - color contains mainly: green. Hex color #ADFBBC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ADFBBC is #520443. Grayscale: #DCDCDC. Windows color (decimal): -5375044 or 12385197. OLE color: 12385197.

HSL color Cylindrical-coordinate representation of color #ADFBBC: hue angle of 131.54º degrees, saturation: 0.91, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #ADFBBC is Cyan = 0.31, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.02.

Color convert

RGB173251188-
CMYK0.3100.250.02
HSL131.54º90.7%83.14%-
HSV(B)131.54º31.08%98.43%-
XYZ60.8181.5160.1-
YUV220.5109.6694.12-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 28.27%
GREEN value IS 251 (98.44% from 255) = 41.01%
BLUE value IS 188 (73.83% from 255) = 30.72%
R=28.27%
G=41.01%
B=30.72%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1732511880.3100.250.02131.5490.783.14
HexADFBBC1F0192845b53
Octal255373274370312204133123
Binary10101101111110111011110011111011001101000010010110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADFBBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADFBBC; }

 p { color: rgb(173,251,188); }

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

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

 a { background-color: rgb(173,251,188); }

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

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

 span { border-color: rgb(173,251,188); }

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