#AFDBBF

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

Shades of Fringy Flower #AFDBBF

Tints of Fringy Flower #AFDBBF

Color information

#AFDBBF (or 0xAFDBBF) is unknown color: approx Fringy Flower. HEX triplet: AF, DB and BF. RGB value is (175,219,191). Sum of RGB (Red+Green+Blue) = 175+219+191=585 (77% of max value = 765). Red value is 175 (68.75% from 255 or 29.91% from 585); Green value is 219 (85.94% from 255 or 37.44% from 585); Blue value is 191 (75% from 255 or 32.65% from 585); Max value from RGB is 219 - color contains mainly: green. Hex color #AFDBBF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFDBBF is #502440. Grayscale: #CACACA. Windows color (decimal): -5252161 or 12573615. OLE color: 12573615.

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

Color convert

RGB175219191-
CMYK0.2000.130.14
HSL141.82º37.93%77.25%-
HSV(B)141.82º20.09%85.88%-
XYZ52.4163.5458.79-
YUV202.65121.42108.28-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 29.91%
GREEN value IS 219 (85.94% from 255) = 37.44%
BLUE value IS 191 (75% from 255) = 32.65%
R=29.91%
G=37.44%
B=32.65%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1752191910.2000.130.14141.8237.9377.25
HexAFDBBF140DE8e264d
Octal257333277240151621646115
Binary10101111110110111011111110100011011110100011101001101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFDBBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFDBBF; }

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

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

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

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

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

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

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

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