#AFDBB5

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

Shades of Fringy Flower #AFDBB5

Tints of Fringy Flower #AFDBB5

Color information

#AFDBB5 (or 0xAFDBB5) is unknown color: approx Fringy Flower. HEX triplet: AF, DB and B5. RGB value is (175,219,181). Sum of RGB (Red+Green+Blue) = 175+219+181=575 (76% of max value = 765). Red value is 175 (68.75% from 255 or 30.43% from 575); Green value is 219 (85.94% from 255 or 38.09% from 575); Blue value is 181 (71.09% from 255 or 31.48% from 575); Max value from RGB is 219 - color contains mainly: green. Hex color #AFDBB5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFDBB5 is #50244A. Grayscale: #C9C9C9. Windows color (decimal): -5252171 or 11918255. OLE color: 11918255.

HSL color Cylindrical-coordinate representation of color #AFDBB5: hue angle of 128.18º 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 #AFDBB5 is Cyan = 0.20, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.14.

Color convert

RGB175219181-
CMYK0.2000.170.14
HSL128.18º37.93%77.25%-
HSV(B)128.18º20.09%85.88%-
XYZ51.3563.1153.19-
YUV201.51116.42109.09-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 30.43%
GREEN value IS 219 (85.94% from 255) = 38.09%
BLUE value IS 181 (71.09% from 255) = 31.48%
R=30.43%
G=38.09%
B=31.48%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1752191810.2000.170.14128.1837.9377.25
HexAFDBB514011E80264d
Octal257333265240211620046115
Binary101011111101101110110101101000100011110100000001001101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFDBB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFDBB5; }

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

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

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

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

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

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

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

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