#AFF7BB

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

Shades of Fringy Flower #AFF7BB

Tints of Fringy Flower #AFF7BB

Color information

#AFF7BB (or 0xAFF7BB) is unknown color: approx Fringy Flower. HEX triplet: AF, F7 and BB. RGB value is (175,247,187). Sum of RGB (Red+Green+Blue) = 175+247+187=609 (80% of max value = 765). Red value is 175 (68.75% from 255 or 28.74% from 609); Green value is 247 (96.88% from 255 or 40.56% from 609); Blue value is 187 (73.44% from 255 or 30.71% from 609); Max value from RGB is 247 - color contains mainly: green. Hex color #AFF7BB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFF7BB is #500844. Grayscale: #DADADA. Windows color (decimal): -5244997 or 12318639. OLE color: 12318639.

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

Color convert

RGB175247187-
CMYK0.2900.240.03
HSL130º81.82%82.75%-
HSV(B)130º29.15%96.86%-
XYZ59.9179.2259.15-
YUV218.63110.1596.88-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 28.74%
GREEN value IS 247 (96.88% from 255) = 40.56%
BLUE value IS 187 (73.44% from 255) = 30.71%
R=28.74%
G=40.56%
B=30.71%

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
Decimal1752471870.2900.240.0313081.8282.75
HexAFF7BB1D0183825253
Octal257367273350303202122123
Binary10101111111101111011101111101011000111000001010100101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFF7BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFF7BB; }

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

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

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

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

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

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

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

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