#AFEFB6

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

Shades of Fringy Flower #AFEFB6

Tints of Fringy Flower #AFEFB6

Color information

#AFEFB6 (or 0xAFEFB6) is unknown color: approx Fringy Flower. HEX triplet: AF, EF and B6. RGB value is (175,239,182). Sum of RGB (Red+Green+Blue) = 175+239+182=596 (78% of max value = 765). Red value is 175 (68.75% from 255 or 29.36% from 596); Green value is 239 (93.75% from 255 or 40.10% from 596); Blue value is 182 (71.48% from 255 or 30.54% from 596); Max value from RGB is 239 - color contains mainly: green. Hex color #AFEFB6 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFEFB6 is #501049. Grayscale: #D5D5D5. Windows color (decimal): -5247050 or 11988911. OLE color: 11988911.

HSL color Cylindrical-coordinate representation of color #AFEFB6: hue angle of 126.56º degrees, saturation: 0.67, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AFEFB6 is Cyan = 0.27, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.06.

Color convert

RGB175239182-
CMYK0.2700.240.06
HSL126.56º66.67%81.18%-
HSV(B)126.56º26.78%93.73%-
XYZ56.9974.2255.58-
YUV213.37110.3100.63-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 29.36%
GREEN value IS 239 (93.75% from 255) = 40.10%
BLUE value IS 182 (71.48% from 255) = 30.54%
R=29.36%
G=40.10%
B=30.54%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1752391820.2700.240.06126.5666.6781.18
HexAFEFB61B01867f4351
Octal257357266330306177103121
Binary10101111111011111011011011011011000110111111110000111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFEFB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFEFB6; }

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

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

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

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

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

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

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

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