#AFDEB6

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

Shades of Fringy Flower #AFDEB6

Tints of Fringy Flower #AFDEB6

Color information

#AFDEB6 (or 0xAFDEB6) is unknown color: approx Fringy Flower. HEX triplet: AF, DE and B6. RGB value is (175,222,182). Sum of RGB (Red+Green+Blue) = 175+222+182=579 (76% of max value = 765). Red value is 175 (68.75% from 255 or 30.22% from 579); Green value is 222 (87.11% from 255 or 38.34% from 579); Blue value is 182 (71.48% from 255 or 31.43% from 579); Max value from RGB is 222 - color contains mainly: green. Hex color #AFDEB6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFDEB6 is #502149. Grayscale: #CBCBCB. Windows color (decimal): -5251402 or 11984559. OLE color: 11984559.

HSL color Cylindrical-coordinate representation of color #AFDEB6: hue angle of 128.94º degrees, saturation: 0.42, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #AFDEB6 is Cyan = 0.21, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.13.

Color convert

RGB175222182-
CMYK0.2100.180.13
HSL128.94º41.59%77.84%-
HSV(B)128.94º21.17%87.06%-
XYZ52.2464.7354-
YUV203.39115.93107.75-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 30.22%
GREEN value IS 222 (87.11% from 255) = 38.34%
BLUE value IS 182 (71.48% from 255) = 31.43%
R=30.22%
G=38.34%
B=31.43%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1752221820.2100.180.13128.9441.5977.84
HexAFDEB615012D812a4e
Octal257336266250221520152116
Binary101011111101111010110110101010100101101100000011010101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFDEB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFDEB6; }

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

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

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

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

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

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

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

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