#ADFBBA

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

Shades of Fringy Flower #ADFBBA

Tints of Fringy Flower #ADFBBA

Color information

#ADFBBA (or 0xADFBBA) is unknown color: approx Fringy Flower. HEX triplet: AD, FB and BA. RGB value is (173,251,186). Sum of RGB (Red+Green+Blue) = 173+251+186=610 (80% of max value = 765). Red value is 173 (67.97% from 255 or 28.36% from 610); Green value is 251 (98.44% from 255 or 41.15% from 610); Blue value is 186 (73.05% from 255 or 30.49% from 610); Max value from RGB is 251 - color contains mainly: green. Hex color #ADFBBA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ADFBBA is #520445. Grayscale: #DCDCDC. Windows color (decimal): -5375046 or 12254125. OLE color: 12254125.

HSL color Cylindrical-coordinate representation of color #ADFBBA: hue angle of 130º 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 #ADFBBA is Cyan = 0.31, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.02.

Color convert

RGB173251186-
CMYK0.3100.260.02
HSL130º90.7%83.14%-
HSV(B)130º31.08%98.43%-
XYZ60.5981.4258.98-
YUV220.27108.6694.29-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 28.36%
GREEN value IS 251 (98.44% from 255) = 41.15%
BLUE value IS 186 (73.05% from 255) = 30.49%
R=28.36%
G=41.15%
B=30.49%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1732511860.3100.260.0213090.783.14
HexADFBBA1F01A2825b53
Octal255373272370322202133123
Binary10101101111110111011101011111011010101000001010110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADFBBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADFBBA; }

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

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

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

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

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

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

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

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