#AFD6BA

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

Shades of Fringy Flower #AFD6BA

Tints of Fringy Flower #AFD6BA

Color information

#AFD6BA (or 0xAFD6BA) is unknown color: approx Fringy Flower. HEX triplet: AF, D6 and BA. RGB value is (175,214,186). Sum of RGB (Red+Green+Blue) = 175+214+186=575 (76% of max value = 765). Red value is 175 (68.75% from 255 or 30.43% from 575); Green value is 214 (83.98% from 255 or 37.22% from 575); Blue value is 186 (73.05% from 255 or 32.35% from 575); Max value from RGB is 214 - color contains mainly: green. Hex color #AFD6BA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFD6BA is #502945. Grayscale: #C7C7C7. Windows color (decimal): -5253446 or 12244655. OLE color: 12244655.

HSL color Cylindrical-coordinate representation of color #AFD6BA: hue angle of 136.92º degrees, saturation: 0.32, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #AFD6BA is Cyan = 0.18, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.16.

Color convert

RGB175214186-
CMYK0.1800.130.16
HSL136.92º32.23%76.27%-
HSV(B)136.92º18.22%83.92%-
XYZ50.5960.7555.51-
YUV199.15120.58110.78-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 30.43%
GREEN value IS 214 (83.98% from 255) = 37.22%
BLUE value IS 186 (73.05% from 255) = 32.35%
R=30.43%
G=37.22%
B=32.35%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1752141860.1800.130.16136.9232.2376.27
HexAFD6BA120D1089204c
Octal257326272220152021140114
Binary101011111101011010111010100100110110000100010011000001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFD6BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFD6BA; }

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

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

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

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

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

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

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

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