Html Css Color HEX #8FBDAA Skeptic

📋 copy color: '#8FBDAA'

red 143 ◦ green 189 ◦ blue 170

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

Shades of Skeptic #8FBDAA

Tints of Skeptic #8FBDAA

RGB

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

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

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

R = 28.49%
G = 37.65%
B = 33.86%

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

#8FBDAA (or 0x8FBDAA) is known color: Skeptic. HEX triplet: 8F, BD and AA. RGB value is (143,189,170). Sum of RGB (Red+Green+Blue) = 143+189+170=502 (66% of max value = 765). Red value is 143 (56.25% from 255 or 28.49% from 502); Green value is 189 (74.22% from 255 or 37.65% from 502); Blue value is 170 (66.80% from 255 or 33.86% from 502); Max value from RGB is 189 - color contains mainly: green. Hex color #8FBDAA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8FBDAA is #704255. Grayscale: #ADADAD. Windows color (decimal): -7357014 or 11189647. OLE color: 11189647.

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

Color convert

RGB 143 189 170 -
CMYK 0.24 0 0.10 0.26
HSL 155.22º 0.26% 0.65% -
HSV(B) 155.22º 0.24% 0.74% -
XYZ 36.78 45.14 44.8 -
YUV 173.08 126.26 106.54 -
System Red Green Blue C M Y K H S L
Decimal 143 189 170 0.24 0 0.10 0.26 155.22 0.26 0.65
Hex 8F BD AA 18 0 A 1A 9B 1A 41
Octal 217 275 252 30 0 12 32 233 32 101
Binary 10001111 10111101 10101010 11000 0 1010 11010 10011011 11010 1000001

Color Harmonies of #8FBDAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FBDAA

Black with #8FBDAA

Text Example


Text Example

White with #8FBDAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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