#AFF9BC

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

Shades of Fringy Flower #AFF9BC

Tints of Fringy Flower #AFF9BC

Color information

#AFF9BC (or 0xAFF9BC) is unknown color: approx Fringy Flower. HEX triplet: AF, F9 and BC. RGB value is (175,249,188). Sum of RGB (Red+Green+Blue) = 175+249+188=612 (81% of max value = 765). Red value is 175 (68.75% from 255 or 28.59% from 612); Green value is 249 (97.66% from 255 or 40.69% from 612); Blue value is 188 (73.83% from 255 or 30.72% from 612); Max value from RGB is 249 - color contains mainly: green. Hex color #AFF9BC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFF9BC is #500643. Grayscale: #DCDCDC. Windows color (decimal): -5244484 or 12384687. OLE color: 12384687.

HSL color Cylindrical-coordinate representation of color #AFF9BC: hue angle of 130.54º degrees, saturation: 0.86, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AFF9BC is Cyan = 0.30, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.02.

Color convert

RGB175249188-
CMYK0.3000.240.02
HSL130.54º86.05%83.14%-
HSV(B)130.54º29.72%97.65%-
XYZ60.6380.559.92-
YUV219.92109.9895.96-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 28.59%
GREEN value IS 249 (97.66% from 255) = 40.69%
BLUE value IS 188 (73.83% from 255) = 30.72%
R=28.59%
G=40.69%
B=30.72%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1752491880.3000.240.02130.5486.0583.14
HexAFF9BC1E0182835653
Octal257371274360302203126123
Binary10101111111110011011110011110011000101000001110101101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFF9BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFF9BC; }

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

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

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

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

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

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

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

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