Html Css Color HEX #AFC2B9 Loblolly

📋 copy color: '#AFC2B9'

red 175 ◦ green 194 ◦ blue 185

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

Shades of Loblolly #AFC2B9

Tints of Loblolly #AFC2B9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 33.39%

R = 31.59%
G = 35.02%
B = 33.39%

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

#AFC2B9 (or 0xAFC2B9) is known color: Loblolly. HEX triplet: AF, C2 and B9. RGB value is (175,194,185). Sum of RGB (Red+Green+Blue) = 175+194+185=554 (73% of max value = 765). Red value is 175 (68.75% from 255 or 31.59% from 554); Green value is 194 (76.17% from 255 or 35.02% from 554); Blue value is 185 (72.66% from 255 or 33.39% from 554); Max value from RGB is 194 - color contains mainly: green. Hex color #AFC2B9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFC2B9 is #503D46. Grayscale: #BBBBBB. Windows color (decimal): -5258567 or 12173999. OLE color: 12173999.

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

Color convert

RGB 175 194 185 -
CMYK 0.10 0 0.05 0.24
HSL 151.58º 0.13% 0.72% -
HSV(B) 151.58º 0.1% 0.76% -
XYZ 45.73 51.2 53.37 -
YUV 187.29 126.71 119.23 -
System Red Green Blue C M Y K H S L
Decimal 175 194 185 0.10 0 0.05 0.24 151.58 0.13 0.72
Hex AF C2 B9 A 0 5 18 98 D 48
Octal 257 302 271 12 0 5 30 230 15 110
Binary 10101111 11000010 10111001 1010 0 101 11000 10011000 1101 1001000

Color Harmonies of #AFC2B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFC2B9

Black with #AFC2B9

Text Example


Text Example

White with #AFC2B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFC2B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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