#AFDFBE

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

Shades of Fringy Flower #AFDFBE

Tints of Fringy Flower #AFDFBE

Color information

#AFDFBE (or 0xAFDFBE) is unknown color: approx Fringy Flower. HEX triplet: AF, DF and BE. RGB value is (175,223,190). Sum of RGB (Red+Green+Blue) = 175+223+190=588 (77% of max value = 765). Red value is 175 (68.75% from 255 or 29.76% from 588); Green value is 223 (87.5% from 255 or 37.93% from 588); Blue value is 190 (74.61% from 255 or 32.31% from 588); Max value from RGB is 223 - color contains mainly: green. Hex color #AFDFBE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFDFBE is #502041. Grayscale: #CCCCCC. Windows color (decimal): -5251138 or 12509103. OLE color: 12509103.

HSL color Cylindrical-coordinate representation of color #AFDFBE: hue angle of 138.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 #AFDFBE is Cyan = 0.22, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.13.

Color convert

RGB175223190-
CMYK0.2200.150.13
HSL138.75º42.86%78.04%-
HSV(B)138.75º21.52%87.45%-
XYZ53.3665.6158.57-
YUV204.89119.6106.68-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 29.76%
GREEN value IS 223 (87.5% from 255) = 37.93%
BLUE value IS 190 (74.61% from 255) = 32.31%
R=29.76%
G=37.93%
B=32.31%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1752231900.2200.150.13138.7542.8678.04
HexAFDFBE160FD8b2b4e
Octal257337276260171521353116
Binary10101111110111111011111010110011111101100010111010111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFDFBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFDFBE; }

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

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

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

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

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

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

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

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