Html Css Color HEX #8EBEAA Skeptic

📋 copy color: '#8EBEAA'

red 142 ◦ green 190 ◦ blue 170

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

Shades of Skeptic #8EBEAA

Tints of Skeptic #8EBEAA

RGB

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

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

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

R = 28.29%
G = 37.85%
B = 33.86%

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

#8EBEAA (or 0x8EBEAA) is known color: Skeptic. HEX triplet: 8E, BE and AA. RGB value is (142,190,170). Sum of RGB (Red+Green+Blue) = 142+190+170=502 (66% of max value = 765). Red value is 142 (55.86% from 255 or 28.29% from 502); Green value is 190 (74.61% from 255 or 37.85% from 502); Blue value is 170 (66.80% from 255 or 33.86% from 502); Max value from RGB is 190 - color contains mainly: green. Hex color #8EBEAA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8EBEAA is #714155. Grayscale: #ADADAD. Windows color (decimal): -7422294 or 11189902. OLE color: 11189902.

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

Color convert

RGB 142 190 170 -
CMYK 0.25 0 0.11 0.25
HSL 155º 0.27% 0.65% -
HSV(B) 155º 0.25% 0.75% -
XYZ 36.82 45.48 44.87 -
YUV 173.37 126.1 105.63 -
System Red Green Blue C M Y K H S L
Decimal 142 190 170 0.25 0 0.11 0.25 155 0.27 0.65
Hex 8E BE AA 19 0 B 19 9B 1B 41
Octal 216 276 252 31 0 13 31 233 33 101
Binary 10001110 10111110 10101010 11001 0 1011 11001 10011011 11011 1000001

Color Harmonies of #8EBEAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8EBEAA

Black with #8EBEAA

Text Example


Text Example

White with #8EBEAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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