#ADFBBB

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

Shades of Fringy Flower #ADFBBB

Tints of Fringy Flower #ADFBBB

Color information

#ADFBBB (or 0xADFBBB) is unknown color: approx Fringy Flower. HEX triplet: AD, FB and BB. RGB value is (173,251,187). Sum of RGB (Red+Green+Blue) = 173+251+187=611 (80% of max value = 765). Red value is 173 (67.97% from 255 or 28.31% from 611); Green value is 251 (98.44% from 255 or 41.08% from 611); Blue value is 187 (73.44% from 255 or 30.61% from 611); Max value from RGB is 251 - color contains mainly: green. Hex color #ADFBBB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ADFBBB is #520444. Grayscale: #DCDCDC. Windows color (decimal): -5375045 or 12319661. OLE color: 12319661.

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

Color convert

RGB173251187-
CMYK0.3100.250.02
HSL130.77º90.7%83.14%-
HSV(B)130.77º31.08%98.43%-
XYZ60.781.4759.54-
YUV220.38109.1694.2-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 28.31%
GREEN value IS 251 (98.44% from 255) = 41.08%
BLUE value IS 187 (73.44% from 255) = 30.61%
R=28.31%
G=41.08%
B=30.61%

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
Decimal1732511870.3100.250.02130.7790.783.14
HexADFBBB1F0192835b53
Octal255373273370312203133123
Binary10101101111110111011101111111011001101000001110110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADFBBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADFBBB; }

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

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

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

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

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

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

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

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