#AFDBB7

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

Shades of Fringy Flower #AFDBB7

Tints of Fringy Flower #AFDBB7

Color information

#AFDBB7 (or 0xAFDBB7) is unknown color: approx Fringy Flower. HEX triplet: AF, DB and B7. RGB value is (175,219,183). Sum of RGB (Red+Green+Blue) = 175+219+183=577 (76% of max value = 765). Red value is 175 (68.75% from 255 or 30.33% from 577); Green value is 219 (85.94% from 255 or 37.95% from 577); Blue value is 183 (71.88% from 255 or 31.72% from 577); Max value from RGB is 219 - color contains mainly: green. Hex color #AFDBB7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFDBB7 is #502448. Grayscale: #C9C9C9. Windows color (decimal): -5252169 or 12049327. OLE color: 12049327.

HSL color Cylindrical-coordinate representation of color #AFDBB7: hue angle of 130.91º degrees, saturation: 0.38, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #AFDBB7 is Cyan = 0.20, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.14.

Color convert

RGB175219183-
CMYK0.2000.160.14
HSL130.91º37.93%77.25%-
HSV(B)130.91º20.09%85.88%-
XYZ51.5663.254.28-
YUV201.74117.42108.93-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 30.33%
GREEN value IS 219 (85.94% from 255) = 37.95%
BLUE value IS 183 (71.88% from 255) = 31.72%
R=30.33%
G=37.95%
B=31.72%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1752191830.2000.160.14130.9137.9377.25
HexAFDBB714010E83264d
Octal257333267240201620346115
Binary101011111101101110110111101000100001110100000111001101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFDBB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFDBB7; }

 p { color: rgb(175,219,183); }

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

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

 a { background-color: rgb(175,219,183); }

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

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

 span { border-color: rgb(175,219,183); }

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