#AFFCB8

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

Shades of Fringy Flower #AFFCB8

Tints of Fringy Flower #AFFCB8

Color information

#AFFCB8 (or 0xAFFCB8) is unknown color: approx Fringy Flower. HEX triplet: AF, FC and B8. RGB value is (175,252,184). Sum of RGB (Red+Green+Blue) = 175+252+184=611 (80% of max value = 765). Red value is 175 (68.75% from 255 or 28.64% from 611); Green value is 252 (98.83% from 255 or 41.24% from 611); Blue value is 184 (72.27% from 255 or 30.11% from 611); Max value from RGB is 252 - color contains mainly: green. Hex color #AFFCB8 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFFCB8 is #500347. Grayscale: #DDDDDD. Windows color (decimal): -5243720 or 12123311. OLE color: 12123311.

HSL color Cylindrical-coordinate representation of color #AFFCB8: hue angle of 127.01º degrees, saturation: 0.93, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AFFCB8 is Cyan = 0.31, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.01.

Color convert

RGB175252184-
CMYK0.3100.270.01
HSL127.01º92.77%83.73%-
HSV(B)127.01º30.56%98.82%-
XYZ61.1482.257.99-
YUV221.22106.9995.03-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 28.64%
GREEN value IS 252 (98.83% from 255) = 41.24%
BLUE value IS 184 (72.27% from 255) = 30.11%
R=28.64%
G=41.24%
B=30.11%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1752521840.3100.270.01127.0192.7783.73
HexAFFCB81F01B17f5d54
Octal257374270370331177135124
Binary101011111111110010111000111110110111111111110111011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFFCB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFFCB8; }

 p { color: rgb(175,252,184); }

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

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

 a { background-color: rgb(175,252,184); }

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

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

 span { border-color: rgb(175,252,184); }

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