#AFEABF

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

Shades of Fringy Flower #AFEABF

Tints of Fringy Flower #AFEABF

Color information

#AFEABF (or 0xAFEABF) is unknown color: approx Fringy Flower. HEX triplet: AF, EA and BF. RGB value is (175,234,191). Sum of RGB (Red+Green+Blue) = 175+234+191=600 (79% of max value = 765). Red value is 175 (68.75% from 255 or 29.17% from 600); Green value is 234 (91.80% from 255 or 39% from 600); Blue value is 191 (75% from 255 or 31.83% from 600); Max value from RGB is 234 - color contains mainly: green. Hex color #AFEABF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFEABF is #501540. Grayscale: #D3D3D3. Windows color (decimal): -5248321 or 12577455. OLE color: 12577455.

HSL color Cylindrical-coordinate representation of color #AFEABF: hue angle of 136.27º degrees, saturation: 0.58, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #AFEABF is Cyan = 0.25, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.08.

Color convert

RGB175234191-
CMYK0.2500.180.08
HSL136.27º58.42%80.2%-
HSV(B)136.27º25.21%91.76%-
XYZ56.5171.7260.16-
YUV211.46116.45102-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 29.17%
GREEN value IS 234 (91.80% from 255) = 39%
BLUE value IS 191 (75% from 255) = 31.83%
R=29.17%
G=39%
B=31.83%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1752341910.2500.180.08136.2758.4280.2
HexAFEABF190128883a50
Octal257352277310221021072120
Binary101011111110101010111111110010100101000100010001110101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFEABF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFEABF; }

 p { color: rgb(175,234,191); }

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

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

 a { background-color: rgb(175,234,191); }

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

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

 span { border-color: rgb(175,234,191); }

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