#AFE3BD

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

Shades of Fringy Flower #AFE3BD

Tints of Fringy Flower #AFE3BD

Color information

#AFE3BD (or 0xAFE3BD) is unknown color: approx Fringy Flower. HEX triplet: AF, E3 and BD. RGB value is (175,227,189). Sum of RGB (Red+Green+Blue) = 175+227+189=591 (78% of max value = 765). Red value is 175 (68.75% from 255 or 29.61% from 591); Green value is 227 (89.06% from 255 or 38.41% from 591); Blue value is 189 (74.22% from 255 or 31.98% from 591); Max value from RGB is 227 - color contains mainly: green. Hex color #AFE3BD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFE3BD is #501C42. Grayscale: #CFCFCF. Windows color (decimal): -5250115 or 12444591. OLE color: 12444591.

HSL color Cylindrical-coordinate representation of color #AFE3BD: hue angle of 136.15º degrees, saturation: 0.48, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #AFE3BD is Cyan = 0.23, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.11.

Color convert

RGB175227189-
CMYK0.2300.170.11
HSL136.15º48.15%78.82%-
HSV(B)136.15º22.91%89.02%-
XYZ54.3367.7358.35-
YUV207.12117.77105.09-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 29.61%
GREEN value IS 227 (89.06% from 255) = 38.41%
BLUE value IS 189 (74.22% from 255) = 31.98%
R=29.61%
G=38.41%
B=31.98%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1752271890.2300.170.11136.1548.1578.82
HexAFE3BD17011B88304f
Octal257343275270211321060117
Binary101011111110001110111101101110100011011100010001100001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFE3BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFE3BD; }

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

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

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

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

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

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

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

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