#AFFCBB

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

Shades of Fringy Flower #AFFCBB

Tints of Fringy Flower #AFFCBB

Color information

#AFFCBB (or 0xAFFCBB) is unknown color: approx Fringy Flower. HEX triplet: AF, FC and BB. RGB value is (175,252,187). Sum of RGB (Red+Green+Blue) = 175+252+187=614 (81% of max value = 765). Red value is 175 (68.75% from 255 or 28.50% from 614); Green value is 252 (98.83% from 255 or 41.04% from 614); Blue value is 187 (73.44% from 255 or 30.46% from 614); Max value from RGB is 252 - color contains mainly: green. Hex color #AFFCBB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFFCBB is #500344. Grayscale: #DDDDDD. Windows color (decimal): -5243717 or 12319919. OLE color: 12319919.

HSL color Cylindrical-coordinate representation of color #AFFCBB: hue angle of 129.35º degrees, saturation: 0.93, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AFFCBB is Cyan = 0.31, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.01.

Color convert

RGB175252187-
CMYK0.3100.260.01
HSL129.35º92.77%83.73%-
HSV(B)129.35º30.56%98.82%-
XYZ61.4682.3259.66-
YUV221.57108.4994.79-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 28.50%
GREEN value IS 252 (98.83% from 255) = 41.04%
BLUE value IS 187 (73.44% from 255) = 30.46%
R=28.50%
G=41.04%
B=30.46%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1752521870.3100.260.01129.3592.7783.73
HexAFFCBB1F01A1815d54
Octal257374273370321201135124
Binary1010111111111100101110111111101101011000000110111011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFFCBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFFCBB; }

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

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

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

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

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

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

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

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