Html Css Color HEX #AFC1B8 Loblolly

📋 copy color: '#AFC1B8'

red 175 ◦ green 193 ◦ blue 184

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

Shades of Loblolly #AFC1B8

Tints of Loblolly #AFC1B8

RGB

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

 GREEN value IS 193 (75.78% from 255) = 34.96%

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

R = 31.7%
G = 34.96%
B = 33.33%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.05

 K value IS 0.24

RGB Variations

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

Color information

#AFC1B8 (or 0xAFC1B8) is known color: Loblolly. HEX triplet: AF, C1 and B8. RGB value is (175,193,184). Sum of RGB (Red+Green+Blue) = 175+193+184=552 (73% of max value = 765). Red value is 175 (68.75% from 255 or 31.70% from 552); Green value is 193 (75.78% from 255 or 34.96% from 552); Blue value is 184 (72.27% from 255 or 33.33% from 552); Max value from RGB is 193 - color contains mainly: green. Hex color #AFC1B8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFC1B8 is #503E47. Grayscale: #BABABA. Windows color (decimal): -5258824 or 12108207. OLE color: 12108207.

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

Color convert

RGB 175 193 184 -
CMYK 0.09 0 0.05 0.24
HSL 150º 0.13% 0.72% -
HSV(B) 150º 0.09% 0.76% -
XYZ 45.4 50.71 52.74 -
YUV 186.59 126.54 119.73 -
System Red Green Blue C M Y K H S L
Decimal 175 193 184 0.09 0 0.05 0.24 150 0.13 0.72
Hex AF C1 B8 9 0 5 18 96 D 48
Octal 257 301 270 11 0 5 30 226 15 110
Binary 10101111 11000001 10111000 1001 0 101 11000 10010110 1101 1001000

Color Harmonies of #AFC1B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFC1B8

Black with #AFC1B8

Text Example


Text Example

White with #AFC1B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFC1B8; }

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

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

background-color css

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

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

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

border-color css

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

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

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