Html Css Color HEX #ABC6BA Loblolly

📋 copy color: '#ABC6BA'

red 171 ◦ green 198 ◦ blue 186

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

Shades of Loblolly #ABC6BA

Tints of Loblolly #ABC6BA

RGB

 RED value IS 171 (67.19% from 255) = 30.81%

 GREEN value IS 198 (77.73% from 255) = 35.68%

 BLUE value IS 186 (73.05% from 255) = 33.51%

R = 30.81%
G = 35.68%
B = 33.51%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.06

 K value IS 0.22

RGB Variations

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

Color information

#ABC6BA (or 0xABC6BA) is known color: Loblolly. HEX triplet: AB, C6 and BA. RGB value is (171,198,186). Sum of RGB (Red+Green+Blue) = 171+198+186=555 (73% of max value = 765). Red value is 171 (67.19% from 255 or 30.81% from 555); Green value is 198 (77.73% from 255 or 35.68% from 555); Blue value is 186 (73.05% from 255 or 33.51% from 555); Max value from RGB is 198 - color contains mainly: green. Hex color #ABC6BA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABC6BA is #543945. Grayscale: #BCBCBC. Windows color (decimal): -5519686 or 12240555. OLE color: 12240555.

HSL color Cylindrical-coordinate representation of color #ABC6BA: hue angle of 153.33º degrees, saturation: 0.19, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #ABC6BA is Cyan = 0.14, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.22.

Color convert

RGB 171 198 186 -
CMYK 0.14 0 0.06 0.22
HSL 153.33º 0.19% 0.72% -
HSV(B) 153.33º 0.14% 0.78% -
XYZ 45.85 52.59 54.19 -
YUV 188.56 126.55 115.48 -
System Red Green Blue C M Y K H S L
Decimal 171 198 186 0.14 0 0.06 0.22 153.33 0.19 0.72
Hex AB C6 BA E 0 6 16 99 13 48
Octal 253 306 272 16 0 6 26 231 23 110
Binary 10101011 11000110 10111010 1110 0 110 10110 10011001 10011 1001000

Color Harmonies of #ABC6BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABC6BA

Black with #ABC6BA

Text Example


Text Example

White with #ABC6BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABC6BA; }

 p { color: rgb(171,198,186); }

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

background-color css

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

 a { background-color: rgb(171,198,186); }

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

border-color css

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

 span { border-color: rgb(171,198,186); }

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