Html Css Color HEX #AFC2BA Loblolly

📋 copy color: '#AFC2BA'

red 175 ◦ green 194 ◦ blue 186

#AFC2BA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Loblolly #AFC2BA

Tints of Loblolly #AFC2BA

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 value IS 0.10

 M value IS 0

 Y value IS 0.04

 K value IS 0.24

RGB Variations

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

Color information

#AFC2BA (or 0xAFC2BA) is known color: 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

RGB 175 194 186 -
CMYK 0.10 0 0.04 0.24
HSL 154.74º 0.13% 0.72% -
HSV(B) 154.74º 0.1% 0.76% -
XYZ 45.83 51.24 53.93 -
YUV 187.41 127.21 119.15 -
System Red Green Blue C M Y K H S L
Decimal 175 194 186 0.10 0 0.04 0.24 154.74 0.13 0.72
Hex AF C2 BA A 0 4 18 9B D 48
Octal 257 302 272 12 0 4 30 233 15 110
Binary 10101111 11000010 10111010 1010 0 100 11000 10011011 1101 1001000

Color Harmonies of #AFC2BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFC2BA

Black with #AFC2BA

Text Example


Text Example

White with #AFC2BA

Text Example


Text Example

HTML Codes & Css Web 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>