#AFFCBF

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

Shades of Fringy Flower #AFFCBF

Tints of Fringy Flower #AFFCBF

Color information

#AFFCBF (or 0xAFFCBF) is unknown color: approx Fringy Flower. HEX triplet: AF, FC and BF. RGB value is (175,252,191). Sum of RGB (Red+Green+Blue) = 175+252+191=618 (81% of max value = 765). Red value is 175 (68.75% from 255 or 28.32% from 618); Green value is 252 (98.83% from 255 or 40.78% from 618); Blue value is 191 (75% from 255 or 30.91% from 618); Max value from RGB is 252 - color contains mainly: green. Hex color #AFFCBF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFFCBF is #500340. Grayscale: #DEDEDE. Windows color (decimal): -5243713 or 12582063. OLE color: 12582063.

HSL color Cylindrical-coordinate representation of color #AFFCBF: hue angle of 132.47º 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 #AFFCBF is Cyan = 0.31, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.01.

Color convert

RGB175252191-
CMYK0.3100.240.01
HSL132.47º92.77%83.73%-
HSV(B)132.47º30.56%98.82%-
XYZ61.8982.561.95-
YUV222.02110.4994.46-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 28.32%
GREEN value IS 252 (98.83% from 255) = 40.78%
BLUE value IS 191 (75% from 255) = 30.91%
R=28.32%
G=40.78%
B=30.91%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1752521910.3100.240.01132.4792.7783.73
HexAFFCBF1F0181845d54
Octal257374277370301204135124
Binary1010111111111100101111111111101100011000010010111011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFFCBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFFCBF; }

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

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

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

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

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

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

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

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