Html Css Color HEX #8EBCBA Shadow Green

📋 copy color: '#8EBCBA'

red 142 ◦ green 188 ◦ blue 186

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

Shades of Shadow Green #8EBCBA

Tints of Shadow Green #8EBCBA

RGB

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

 GREEN value IS 188 (73.83% from 255) = 36.43%

 BLUE value IS 186 (73.05% from 255) = 36.05%

R = 27.52%
G = 36.43%
B = 36.05%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.01

 K value IS 0.26

RGB Variations

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

Color information

#8EBCBA (or 0x8EBCBA) is known color: Shadow Green. HEX triplet: 8E, BC and BA. RGB value is (142,188,186). Sum of RGB (Red+Green+Blue) = 142+188+186=516 (68% of max value = 765). Red value is 142 (55.86% from 255 or 27.52% from 516); Green value is 188 (73.83% from 255 or 36.43% from 516); Blue value is 186 (73.05% from 255 or 36.05% from 516); Max value from RGB is 188 - color contains mainly: green. Hex color #8EBCBA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8EBCBA is #714345. Grayscale: #ADADAD. Windows color (decimal): -7422790 or 12237966. OLE color: 12237966.

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

Color convert

RGB 142 188 186 -
CMYK 0.24 0 0.01 0.26
HSL 177.39º 0.26% 0.65% -
HSV(B) 177.39º 0.24% 0.74% -
XYZ 38 45.26 53.19 -
YUV 174.02 134.76 105.16 -
System Red Green Blue C M Y K H S L
Decimal 142 188 186 0.24 0 0.01 0.26 177.39 0.26 0.65
Hex 8E BC BA 18 0 1 1A B1 1A 41
Octal 216 274 272 30 0 1 32 261 32 101
Binary 10001110 10111100 10111010 11000 0 1 11010 10110001 11010 1000001

Color Harmonies of #8EBCBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8EBCBA

Black with #8EBCBA

Text Example


Text Example

White with #8EBCBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,188,186); }

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

background-color css

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

 a { background-color: rgb(142,188,186); }

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

border-color css

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

 span { border-color: rgb(142,188,186); }

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