#AFDBB6

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

Shades of Fringy Flower #AFDBB6

Tints of Fringy Flower #AFDBB6

Color information

#AFDBB6 (or 0xAFDBB6) is unknown color: approx Fringy Flower. HEX triplet: AF, DB and B6. RGB value is (175,219,182). Sum of RGB (Red+Green+Blue) = 175+219+182=576 (76% of max value = 765). Red value is 175 (68.75% from 255 or 30.38% from 576); Green value is 219 (85.94% from 255 or 38.02% from 576); Blue value is 182 (71.48% from 255 or 31.60% from 576); Max value from RGB is 219 - color contains mainly: green. Hex color #AFDBB6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFDBB6 is #502449. Grayscale: #C9C9C9. Windows color (decimal): -5252170 or 11983791. OLE color: 11983791.

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

Color convert

RGB175219182-
CMYK0.2000.170.14
HSL129.55º37.93%77.25%-
HSV(B)129.55º20.09%85.88%-
XYZ51.4563.1553.73-
YUV201.63116.92109.01-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 30.38%
GREEN value IS 219 (85.94% from 255) = 38.02%
BLUE value IS 182 (71.48% from 255) = 31.60%
R=30.38%
G=38.02%
B=31.60%

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
Decimal1752191820.2000.170.14129.5537.9377.25
HexAFDBB614011E82264d
Octal257333266240211620246115
Binary101011111101101110110110101000100011110100000101001101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFDBB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFDBB6; }

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

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

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

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

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

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

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

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