#AFF9BA

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

Shades of Fringy Flower #AFF9BA

Tints of Fringy Flower #AFF9BA

Color information

#AFF9BA (or 0xAFF9BA) is unknown color: approx Fringy Flower. HEX triplet: AF, F9 and BA. RGB value is (175,249,186). Sum of RGB (Red+Green+Blue) = 175+249+186=610 (80% of max value = 765). Red value is 175 (68.75% from 255 or 28.69% from 610); Green value is 249 (97.66% from 255 or 40.82% from 610); Blue value is 186 (73.05% from 255 or 30.49% from 610); Max value from RGB is 249 - color contains mainly: green. Hex color #AFF9BA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFF9BA is #500645. Grayscale: #DBDBDB. Windows color (decimal): -5244486 or 12253615. OLE color: 12253615.

HSL color Cylindrical-coordinate representation of color #AFF9BA: hue angle of 128.92º 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 #AFF9BA is Cyan = 0.30, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.02.

Color convert

RGB175249186-
CMYK0.3000.250.02
HSL128.92º86.05%83.14%-
HSV(B)128.92º29.72%97.65%-
XYZ60.4280.4158.79-
YUV219.69108.9896.12-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 28.69%
GREEN value IS 249 (97.66% from 255) = 40.82%
BLUE value IS 186 (73.05% from 255) = 30.49%
R=28.69%
G=40.82%
B=30.49%

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
Decimal1752491860.3000.250.02128.9286.0583.14
HexAFF9BA1E0192815653
Octal257371272360312201126123
Binary10101111111110011011101011110011001101000000110101101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFF9BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFF9BA; }

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

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

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

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

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

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

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

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