#AFF2BC

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

Shades of Fringy Flower #AFF2BC

Tints of Fringy Flower #AFF2BC

Color information

#AFF2BC (or 0xAFF2BC) is unknown color: approx Fringy Flower. HEX triplet: AF, F2 and BC. RGB value is (175,242,188). Sum of RGB (Red+Green+Blue) = 175+242+188=605 (80% of max value = 765). Red value is 175 (68.75% from 255 or 28.93% from 605); Green value is 242 (94.92% from 255 or 40% from 605); Blue value is 188 (73.83% from 255 or 31.07% from 605); Max value from RGB is 242 - color contains mainly: green. Hex color #AFF2BC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFF2BC is #500D43. Grayscale: #D7D7D7. Windows color (decimal): -5246276 or 12382895. OLE color: 12382895.

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

Color convert

RGB175242188-
CMYK0.2800.220.05
HSL131.64º72.04%81.76%-
HSV(B)131.64º27.69%94.9%-
XYZ58.5176.2559.21-
YUV215.81112.398.89-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 28.93%
GREEN value IS 242 (94.92% from 255) = 40%
BLUE value IS 188 (73.83% from 255) = 31.07%
R=28.93%
G=40%
B=31.07%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1752421880.2800.220.05131.6472.0481.76
HexAFF2BC1C0165844852
Octal257362274340265204110122
Binary101011111111001010111100111000101101011000010010010001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFF2BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFF2BC; }

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

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

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

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

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

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

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

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