#AFDFB6

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

Shades of Fringy Flower #AFDFB6

Tints of Fringy Flower #AFDFB6

Color information

#AFDFB6 (or 0xAFDFB6) is unknown color: approx Fringy Flower. HEX triplet: AF, DF and B6. RGB value is (175,223,182). Sum of RGB (Red+Green+Blue) = 175+223+182=580 (76% of max value = 765). Red value is 175 (68.75% from 255 or 30.17% from 580); Green value is 223 (87.5% from 255 or 38.45% from 580); Blue value is 182 (71.48% from 255 or 31.38% from 580); Max value from RGB is 223 - color contains mainly: green. Hex color #AFDFB6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFDFB6 is #502049. Grayscale: #CCCCCC. Windows color (decimal): -5251146 or 11984815. OLE color: 11984815.

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

Color convert

RGB175223182-
CMYK0.2200.180.13
HSL128.75º42.86%78.04%-
HSV(B)128.75º21.52%87.45%-
XYZ52.5165.2754.09-
YUV203.97115.6107.33-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 30.17%
GREEN value IS 223 (87.5% from 255) = 38.45%
BLUE value IS 182 (71.48% from 255) = 31.38%
R=30.17%
G=38.45%
B=31.38%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1752231820.2200.180.13128.7542.8678.04
HexAFDFB616012D812b4e
Octal257337266260221520153116
Binary101011111101111110110110101100100101101100000011010111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFDFB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFDFB6; }

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

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

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

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

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

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

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

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