#AFFBBB

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

Shades of Fringy Flower #AFFBBB

Tints of Fringy Flower #AFFBBB

Color information

#AFFBBB (or 0xAFFBBB) is unknown color: approx Fringy Flower. HEX triplet: AF, FB and BB. RGB value is (175,251,187). Sum of RGB (Red+Green+Blue) = 175+251+187=613 (81% of max value = 765). Red value is 175 (68.75% from 255 or 28.55% from 613); Green value is 251 (98.44% from 255 or 40.95% from 613); Blue value is 187 (73.44% from 255 or 30.51% from 613); Max value from RGB is 251 - color contains mainly: green. Hex color #AFFBBB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFFBBB is #500444. Grayscale: #DDDDDD. Windows color (decimal): -5243973 or 12319663. OLE color: 12319663.

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

Color convert

RGB175251187-
CMYK0.3000.250.02
HSL129.47º90.48%83.53%-
HSV(B)129.47º30.28%98.43%-
XYZ61.1581.759.56-
YUV220.98108.8295.2-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 28.55%
GREEN value IS 251 (98.44% from 255) = 40.95%
BLUE value IS 187 (73.44% from 255) = 30.51%
R=28.55%
G=40.95%
B=30.51%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1752511870.3000.250.02129.4790.4883.53
HexAFFBBB1E0192815a54
Octal257373273360312201132124
Binary10101111111110111011101111110011001101000000110110101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFFBBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFFBBB; }

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

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

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

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

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

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

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

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