#AFE5BD

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

Shades of Fringy Flower #AFE5BD

Tints of Fringy Flower #AFE5BD

Color information

#AFE5BD (or 0xAFE5BD) is unknown color: approx Fringy Flower. HEX triplet: AF, E5 and BD. RGB value is (175,229,189). Sum of RGB (Red+Green+Blue) = 175+229+189=593 (78% of max value = 765). Red value is 175 (68.75% from 255 or 29.51% from 593); Green value is 229 (89.84% from 255 or 38.62% from 593); Blue value is 189 (74.22% from 255 or 31.87% from 593); Max value from RGB is 229 - color contains mainly: green. Hex color #AFE5BD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFE5BD is #501A42. Grayscale: #D0D0D0. Windows color (decimal): -5249603 or 12445103. OLE color: 12445103.

HSL color Cylindrical-coordinate representation of color #AFE5BD: hue angle of 135.56º degrees, saturation: 0.51, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #AFE5BD is Cyan = 0.24, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.10.

Color convert

RGB175229189-
CMYK0.2400.170.10
HSL135.56º50.94%79.22%-
HSV(B)135.56º23.58%89.8%-
XYZ54.8868.8358.54-
YUV208.29117.11104.25-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 29.51%
GREEN value IS 229 (89.84% from 255) = 38.62%
BLUE value IS 189 (74.22% from 255) = 31.87%
R=29.51%
G=38.62%
B=31.87%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1752291890.2400.170.10135.5650.9479.22
HexAFE5BD18011A88334f
Octal257345275300211221063117
Binary101011111110010110111101110000100011010100010001100111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFE5BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFE5BD; }

 p { color: rgb(175,229,189); }

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

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

 a { background-color: rgb(175,229,189); }

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

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

 span { border-color: rgb(175,229,189); }

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