Html Css Color HEX #AFC2B8 Loblolly

📋 copy color: '#AFC2B8'

red 175 ◦ green 194 ◦ blue 184

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

Shades of Loblolly #AFC2B8

Tints of Loblolly #AFC2B8

RGB

 RED value IS 175 (68.75% from 255) = 31.65%

 GREEN value IS 194 (76.17% from 255) = 35.08%

 BLUE value IS 184 (72.27% from 255) = 33.27%

R = 31.65%
G = 35.08%
B = 33.27%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.05

 K value IS 0.24

RGB Variations

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

Color information

#AFC2B8 (or 0xAFC2B8) is known color: Loblolly. HEX triplet: AF, C2 and B8. RGB value is (175,194,184). Sum of RGB (Red+Green+Blue) = 175+194+184=553 (73% of max value = 765). Red value is 175 (68.75% from 255 or 31.65% from 553); Green value is 194 (76.17% from 255 or 35.08% from 553); Blue value is 184 (72.27% from 255 or 33.27% from 553); Max value from RGB is 194 - color contains mainly: green. Hex color #AFC2B8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFC2B8 is #503D47. Grayscale: #BBBBBB. Windows color (decimal): -5258568 or 12108463. OLE color: 12108463.

HSL color Cylindrical-coordinate representation of color #AFC2B8: hue angle of 148.42º 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 #AFC2B8 is Cyan = 0.10, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.24.

Color convert

RGB 175 194 184 -
CMYK 0.10 0 0.05 0.24
HSL 148.42º 0.13% 0.72% -
HSV(B) 148.42º 0.1% 0.76% -
XYZ 45.62 51.16 52.82 -
YUV 187.18 126.21 119.31 -
System Red Green Blue C M Y K H S L
Decimal 175 194 184 0.10 0 0.05 0.24 148.42 0.13 0.72
Hex AF C2 B8 A 0 5 18 94 D 48
Octal 257 302 270 12 0 5 30 224 15 110
Binary 10101111 11000010 10111000 1010 0 101 11000 10010100 1101 1001000

Color Harmonies of #AFC2B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFC2B8

Black with #AFC2B8

Text Example


Text Example

White with #AFC2B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFC2B8; }

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

 H1.HeaderClassName
 {
   color: #AFC2B8;
 }
 .AnyTagClassName
 {
   color: #AFC2B8;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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