Html Css Color HEX #8FBEAA Skeptic

📋 copy color: '#8FBEAA'

red 143 ◦ green 190 ◦ blue 170

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

Shades of Skeptic #8FBEAA

Tints of Skeptic #8FBEAA

RGB

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

 GREEN value IS 190 (74.61% from 255) = 37.77%

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

R = 28.43%
G = 37.77%
B = 33.8%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.11

 K value IS 0.25

RGB Variations

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

Color information

#8FBEAA (or 0x8FBEAA) is known color: Skeptic. HEX triplet: 8F, BE and AA. RGB value is (143,190,170). Sum of RGB (Red+Green+Blue) = 143+190+170=503 (66% of max value = 765). Red value is 143 (56.25% from 255 or 28.43% from 503); Green value is 190 (74.61% from 255 or 37.77% from 503); Blue value is 170 (66.80% from 255 or 33.80% from 503); Max value from RGB is 190 - color contains mainly: green. Hex color #8FBEAA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8FBEAA is #704155. Grayscale: #ADADAD. Windows color (decimal): -7356758 or 11189903. OLE color: 11189903.

HSL color Cylindrical-coordinate representation of color #8FBEAA: hue angle of 154.47º degrees, saturation: 0.27, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #8FBEAA is Cyan = 0.25, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.25.

Color convert

RGB 143 190 170 -
CMYK 0.25 0 0.11 0.25
HSL 154.47º 0.27% 0.65% -
HSV(B) 154.47º 0.25% 0.75% -
XYZ 37 45.57 44.88 -
YUV 173.67 125.93 106.13 -
System Red Green Blue C M Y K H S L
Decimal 143 190 170 0.25 0 0.11 0.25 154.47 0.27 0.65
Hex 8F BE AA 19 0 B 19 9A 1B 41
Octal 217 276 252 31 0 13 31 232 33 101
Binary 10001111 10111110 10101010 11001 0 1011 11001 10011010 11011 1000001

Color Harmonies of #8FBEAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FBEAA

Black with #8FBEAA

Text Example


Text Example

White with #8FBEAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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