#AFC3BB

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

Shades of Loblolly #AFC3BB

Tints of Loblolly #AFC3BB

Color information

#AFC3BB (or 0xAFC3BB) is unknown color: approx Loblolly. HEX triplet: AF, C3 and BB. RGB value is (175,195,187). Sum of RGB (Red+Green+Blue) = 175+195+187=557 (73% of max value = 765). Red value is 175 (68.75% from 255 or 31.42% from 557); Green value is 195 (76.56% from 255 or 35.01% from 557); Blue value is 187 (73.44% from 255 or 33.57% from 557); Max value from RGB is 195 - color contains mainly: green. Hex color #AFC3BB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFC3BB is #503C44. Grayscale: #BCBCBC. Windows color (decimal): -5258309 or 12305327. OLE color: 12305327.

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

Color convert

RGB175195187-
CMYK0.1000.040.24
HSL156º14.29%72.55%-
HSV(B)156º10.26%76.47%-
XYZ46.1651.7354.57-
YUV188.11127.37118.65-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 31.42%
GREEN value IS 195 (76.56% from 255) = 35.01%
BLUE value IS 187 (73.44% from 255) = 33.57%
R=31.42%
G=35.01%
B=33.57%

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
Decimal1751951870.1000.040.2415614.2972.55
HexAFC3BBA04189ce49
Octal25730327312043023416111
Binary10101111110000111011101110100100110001001110011101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFC3BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFC3BB; }

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

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

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

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

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

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

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

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