#AFF4BE

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

Shades of Fringy Flower #AFF4BE

Tints of Fringy Flower #AFF4BE

Color information

#AFF4BE (or 0xAFF4BE) is unknown color: approx Fringy Flower. HEX triplet: AF, F4 and BE. RGB value is (175,244,190). Sum of RGB (Red+Green+Blue) = 175+244+190=609 (80% of max value = 765). Red value is 175 (68.75% from 255 or 28.74% from 609); Green value is 244 (95.70% from 255 or 40.07% from 609); Blue value is 190 (74.61% from 255 or 31.20% from 609); Max value from RGB is 244 - color contains mainly: green. Hex color #AFF4BE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFF4BE is #500B41. Grayscale: #D9D9D9. Windows color (decimal): -5245762 or 12514479. OLE color: 12514479.

HSL color Cylindrical-coordinate representation of color #AFF4BE: hue angle of 133.04º degrees, saturation: 0.76, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AFF4BE is Cyan = 0.28, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.04.

Color convert

RGB175244190-
CMYK0.2800.220.04
HSL133.04º75.82%82.16%-
HSV(B)133.04º28.28%95.69%-
XYZ59.3277.5360.55-
YUV217.21112.6497.89-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 28.74%
GREEN value IS 244 (95.70% from 255) = 40.07%
BLUE value IS 190 (74.61% from 255) = 31.20%
R=28.74%
G=40.07%
B=31.20%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1752441900.2800.220.04133.0475.8282.16
HexAFF4BE1C0164854c52
Octal257364276340264205114122
Binary101011111111010010111110111000101101001000010110011001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFF4BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFF4BE; }

 p { color: rgb(175,244,190); }

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

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

 a { background-color: rgb(175,244,190); }

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

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

 span { border-color: rgb(175,244,190); }

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