#AFF7BC

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

Shades of Fringy Flower #AFF7BC

Tints of Fringy Flower #AFF7BC

Color information

#AFF7BC (or 0xAFF7BC) is unknown color: approx Fringy Flower. HEX triplet: AF, F7 and BC. RGB value is (175,247,188). Sum of RGB (Red+Green+Blue) = 175+247+188=610 (80% of max value = 765). Red value is 175 (68.75% from 255 or 28.69% from 610); Green value is 247 (96.88% from 255 or 40.49% from 610); Blue value is 188 (73.83% from 255 or 30.82% from 610); Max value from RGB is 247 - color contains mainly: green. Hex color #AFF7BC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFF7BC is #500843. Grayscale: #DADADA. Windows color (decimal): -5244996 or 12384175. OLE color: 12384175.

HSL color Cylindrical-coordinate representation of color #AFF7BC: hue angle of 130.83º degrees, saturation: 0.82, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AFF7BC is Cyan = 0.29, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.03.

Color convert

RGB175247188-
CMYK0.2900.240.03
HSL130.83º81.82%82.75%-
HSV(B)130.83º29.15%96.86%-
XYZ60.0279.2759.71-
YUV218.75110.6596.8-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 28.69%
GREEN value IS 247 (96.88% from 255) = 40.49%
BLUE value IS 188 (73.83% from 255) = 30.82%
R=28.69%
G=40.49%
B=30.82%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1752471880.2900.240.03130.8381.8282.75
HexAFF7BC1D0183835253
Octal257367274350303203122123
Binary10101111111101111011110011101011000111000001110100101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFF7BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFF7BC; }

 p { color: rgb(175,247,188); }

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

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

 a { background-color: rgb(175,247,188); }

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

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

 span { border-color: rgb(175,247,188); }

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