#AFE1B9

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

Shades of Fringy Flower #AFE1B9

Tints of Fringy Flower #AFE1B9

Color information

#AFE1B9 (or 0xAFE1B9) is unknown color: approx Fringy Flower. HEX triplet: AF, E1 and B9. RGB value is (175,225,185). Sum of RGB (Red+Green+Blue) = 175+225+185=585 (77% of max value = 765). Red value is 175 (68.75% from 255 or 29.91% from 585); Green value is 225 (88.28% from 255 or 38.46% from 585); Blue value is 185 (72.66% from 255 or 31.62% from 585); Max value from RGB is 225 - color contains mainly: green. Hex color #AFE1B9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFE1B9 is #501E46. Grayscale: #CDCDCD. Windows color (decimal): -5250631 or 12181935. OLE color: 12181935.

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

Color convert

RGB175225185-
CMYK0.2200.180.12
HSL132º45.45%78.43%-
HSV(B)132º22.22%88.24%-
XYZ53.3666.4755.92-
YUV205.49116.44106.25-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 29.91%
GREEN value IS 225 (88.28% from 255) = 38.46%
BLUE value IS 185 (72.66% from 255) = 31.62%
R=29.91%
G=38.46%
B=31.62%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1752251850.2200.180.1213245.4578.43
HexAFE1B916012C842d4e
Octal257341271260221420455116
Binary101011111110000110111001101100100101100100001001011011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFE1B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFE1B9; }

 p { color: rgb(175,225,185); }

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

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

 a { background-color: rgb(175,225,185); }

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

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

 span { border-color: rgb(175,225,185); }

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