Html Css Color HEX #8FBDAB Skeptic

📋 copy color: '#8FBDAB'

red 143 ◦ green 189 ◦ blue 171

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

Shades of Skeptic #8FBDAB

Tints of Skeptic #8FBDAB

RGB

 RED value IS 143 (56.25% from 255) = 28.43%

 GREEN value IS 189 (74.22% from 255) = 37.57%

 BLUE value IS 171 (67.19% from 255) = 34%

R = 28.43%
G = 37.57%
B = 34%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.10

 K value IS 0.26

RGB Variations

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

Color information

#8FBDAB (or 0x8FBDAB) is known color: Skeptic. HEX triplet: 8F, BD and AB. RGB value is (143,189,171). Sum of RGB (Red+Green+Blue) = 143+189+171=503 (66% of max value = 765). Red value is 143 (56.25% from 255 or 28.43% from 503); Green value is 189 (74.22% from 255 or 37.57% from 503); Blue value is 171 (67.19% from 255 or 34.00% from 503); Max value from RGB is 189 - color contains mainly: green. Hex color #8FBDAB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8FBDAB is #704254. Grayscale: #ADADAD. Windows color (decimal): -7357013 or 11255183. OLE color: 11255183.

HSL color Cylindrical-coordinate representation of color #8FBDAB: hue angle of 156.52º degrees, saturation: 0.26, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #8FBDAB is Cyan = 0.24, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.26.

Color convert

RGB 143 189 171 -
CMYK 0.24 0 0.10 0.26
HSL 156.52º 0.26% 0.65% -
HSV(B) 156.52º 0.24% 0.74% -
XYZ 36.88 45.18 45.3 -
YUV 173.19 126.76 106.46 -
System Red Green Blue C M Y K H S L
Decimal 143 189 171 0.24 0 0.10 0.26 156.52 0.26 0.65
Hex 8F BD AB 18 0 A 1A 9D 1A 41
Octal 217 275 253 30 0 12 32 235 32 101
Binary 10001111 10111101 10101011 11000 0 1010 11010 10011101 11010 1000001

Color Harmonies of #8FBDAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FBDAB

Black with #8FBDAB

Text Example


Text Example

White with #8FBDAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8FBDAB; }

 p { color: rgb(143,189,171); }

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

background-color css

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

 a { background-color: rgb(143,189,171); }

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

border-color css

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

 span { border-color: rgb(143,189,171); }

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