Html Css Color HEX #8EBBA8 Skeptic

📋 copy color: '#8EBBA8'

red 142 ◦ green 187 ◦ blue 168

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

Shades of Skeptic #8EBBA8

Tints of Skeptic #8EBBA8

RGB

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

 GREEN value IS 187 (73.44% from 255) = 37.63%

 BLUE value IS 168 (66.02% from 255) = 33.8%

R = 28.57%
G = 37.63%
B = 33.8%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.10

 K value IS 0.27

RGB Variations

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

Color information

#8EBBA8 (or 0x8EBBA8) is known color: Skeptic. HEX triplet: 8E, BB and A8. RGB value is (142,187,168). Sum of RGB (Red+Green+Blue) = 142+187+168=497 (65% of max value = 765). Red value is 142 (55.86% from 255 or 28.57% from 497); Green value is 187 (73.44% from 255 or 37.63% from 497); Blue value is 168 (66.02% from 255 or 33.80% from 497); Max value from RGB is 187 - color contains mainly: green. Hex color #8EBBA8 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8EBBA8 is #714457. Grayscale: #ABABAB. Windows color (decimal): -7423064 or 11058062. OLE color: 11058062.

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

Color convert

RGB 142 187 168 -
CMYK 0.24 0 0.10 0.27
HSL 154.67º 0.25% 0.65% -
HSV(B) 154.67º 0.24% 0.73% -
XYZ 35.99 44.12 43.66 -
YUV 171.38 126.09 107.04 -
System Red Green Blue C M Y K H S L
Decimal 142 187 168 0.24 0 0.10 0.27 154.67 0.25 0.65
Hex 8E BB A8 18 0 A 1B 9B 19 41
Octal 216 273 250 30 0 12 33 233 31 101
Binary 10001110 10111011 10101000 11000 0 1010 11011 10011011 11001 1000001

Color Harmonies of #8EBBA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8EBBA8

Black with #8EBBA8

Text Example


Text Example

White with #8EBBA8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,187,168); }

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

background-color css

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

 a { background-color: rgb(142,187,168); }

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

border-color css

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

 span { border-color: rgb(142,187,168); }

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