#AFC2BA

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

Shades of Loblolly #AFC2BA

Tints of Loblolly #AFC2BA

Color information

#AFC2BA (or 0xAFC2BA) is unknown color: approx Loblolly. HEX triplet: AF, C2 and BA. RGB value is (175,194,186). Sum of RGB (Red+Green+Blue) = 175+194+186=555 (73% of max value = 765). Red value is 175 (68.75% from 255 or 31.53% from 555); Green value is 194 (76.17% from 255 or 34.95% from 555); Blue value is 186 (73.05% from 255 or 33.51% from 555); Max value from RGB is 194 - color contains mainly: green. Hex color #AFC2BA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFC2BA is #503D45. Grayscale: #BBBBBB. Windows color (decimal): -5258566 or 12239535. OLE color: 12239535.

HSL color Cylindrical-coordinate representation of color #AFC2BA: hue angle of 154.74º degrees, saturation: 0.13, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #AFC2BA is Cyan = 0.10, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.24.

Color convert

RGB175194186-
CMYK0.1000.040.24
HSL154.74º13.48%72.35%-
HSV(B)154.74º9.79%76.08%-
XYZ45.8351.2453.93-
YUV187.41127.21119.15-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 31.53%
GREEN value IS 194 (76.17% from 255) = 34.95%
BLUE value IS 186 (73.05% from 255) = 33.51%
R=31.53%
G=34.95%
B=33.51%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1751941860.1000.040.24154.7413.4872.35
HexAFC2BAA04189bd48
Octal25730227212043023315110
Binary10101111110000101011101010100100110001001101111011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFC2BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFC2BA; }

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

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

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

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

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

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

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

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