Html Css Color HEX #8EBEAB Skeptic

📋 copy color: '#8EBEAB'

red 142 ◦ green 190 ◦ blue 171

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

Shades of Skeptic #8EBEAB

Tints of Skeptic #8EBEAB

RGB

 RED value IS 142 (55.86% from 255) = 28.23%

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

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

R = 28.23%
G = 37.77%
B = 34%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.10

 K value IS 0.25

RGB Variations

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

Color information

#8EBEAB (or 0x8EBEAB) is known color: Skeptic. HEX triplet: 8E, BE and AB. RGB value is (142,190,171). Sum of RGB (Red+Green+Blue) = 142+190+171=503 (66% of max value = 765). Red value is 142 (55.86% from 255 or 28.23% from 503); Green value is 190 (74.61% from 255 or 37.77% from 503); Blue value is 171 (67.19% from 255 or 34.00% from 503); Max value from RGB is 190 - color contains mainly: green. Hex color #8EBEAB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8EBEAB is #714154. Grayscale: #ADADAD. Windows color (decimal): -7422293 or 11255438. OLE color: 11255438.

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

Color convert

RGB 142 190 171 -
CMYK 0.25 0 0.10 0.25
HSL 156.25º 0.27% 0.65% -
HSV(B) 156.25º 0.25% 0.75% -
XYZ 36.92 45.52 45.37 -
YUV 173.48 126.6 105.54 -
System Red Green Blue C M Y K H S L
Decimal 142 190 171 0.25 0 0.10 0.25 156.25 0.27 0.65
Hex 8E BE AB 19 0 A 19 9C 1B 41
Octal 216 276 253 31 0 12 31 234 33 101
Binary 10001110 10111110 10101011 11001 0 1010 11001 10011100 11011 1000001

Color Harmonies of #8EBEAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8EBEAB

Black with #8EBEAB

Text Example


Text Example

White with #8EBEAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,190,171); }

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

background-color css

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

 a { background-color: rgb(142,190,171); }

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

border-color css

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

 span { border-color: rgb(142,190,171); }

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