#AFF2BB

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

Shades of Fringy Flower #AFF2BB

Tints of Fringy Flower #AFF2BB

Color information

#AFF2BB (or 0xAFF2BB) is unknown color: approx Fringy Flower. HEX triplet: AF, F2 and BB. RGB value is (175,242,187). Sum of RGB (Red+Green+Blue) = 175+242+187=604 (80% of max value = 765). Red value is 175 (68.75% from 255 or 28.97% from 604); Green value is 242 (94.92% from 255 or 40.07% from 604); Blue value is 187 (73.44% from 255 or 30.96% from 604); Max value from RGB is 242 - color contains mainly: green. Hex color #AFF2BB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFF2BB is #500D44. Grayscale: #D7D7D7. Windows color (decimal): -5246277 or 12317359. OLE color: 12317359.

HSL color Cylindrical-coordinate representation of color #AFF2BB: hue angle of 130.75º 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 #AFF2BB is Cyan = 0.28, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.05.

Color convert

RGB175242187-
CMYK0.2800.230.05
HSL130.75º72.04%81.76%-
HSV(B)130.75º27.69%94.9%-
XYZ58.476.2158.64-
YUV215.7111.898.97-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 28.97%
GREEN value IS 242 (94.92% from 255) = 40.07%
BLUE value IS 187 (73.44% from 255) = 30.96%
R=28.97%
G=40.07%
B=30.96%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1752421870.2800.230.05130.7572.0481.76
HexAFF2BB1C0175834852
Octal257362273340275203110122
Binary101011111111001010111011111000101111011000001110010001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFF2BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFF2BB; }

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

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

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

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

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

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

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

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