Html Css Color HEX #8FBCAA Skeptic

📋 copy color: '#8FBCAA'

red 143 ◦ green 188 ◦ blue 170

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

Shades of Skeptic #8FBCAA

Tints of Skeptic #8FBCAA

RGB

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

 GREEN value IS 188 (73.83% from 255) = 37.52%

 BLUE value IS 170 (66.8% from 255) = 33.93%

R = 28.54%
G = 37.52%
B = 33.93%

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

#8FBCAA (or 0x8FBCAA) is known color: Skeptic. HEX triplet: 8F, BC and AA. RGB value is (143,188,170). Sum of RGB (Red+Green+Blue) = 143+188+170=501 (66% of max value = 765). Red value is 143 (56.25% from 255 or 28.54% from 501); Green value is 188 (73.83% from 255 or 37.52% from 501); Blue value is 170 (66.80% from 255 or 33.93% from 501); Max value from RGB is 188 - color contains mainly: green. Hex color #8FBCAA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8FBCAA is #704355. Grayscale: #ACACAC. Windows color (decimal): -7357270 or 11189391. OLE color: 11189391.

HSL color Cylindrical-coordinate representation of color #8FBCAA: hue angle of 156º degrees, saturation: 0.25, 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 #8FBCAA is Cyan = 0.24, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.26.

Color convert

RGB 143 188 170 -
CMYK 0.24 0 0.10 0.26
HSL 156º 0.25% 0.65% -
HSV(B) 156º 0.24% 0.74% -
XYZ 36.57 44.71 44.73 -
YUV 172.49 126.59 106.96 -
System Red Green Blue C M Y K H S L
Decimal 143 188 170 0.24 0 0.10 0.26 156 0.25 0.65
Hex 8F BC AA 18 0 A 1A 9C 19 41
Octal 217 274 252 30 0 12 32 234 31 101
Binary 10001111 10111100 10101010 11000 0 1010 11010 10011100 11001 1000001

Color Harmonies of #8FBCAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FBCAA

Black with #8FBCAA

Text Example


Text Example

White with #8FBCAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,188,170); }

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

background-color css

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

 a { background-color: rgb(143,188,170); }

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

border-color css

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

 span { border-color: rgb(143,188,170); }

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