#8DBEBE

Color #8DBEBE Shadow Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Shadow Green #8DBEBE

Tints of Shadow Green #8DBEBE

Color information

#8DBEBE (or 0x8DBEBE) is unknown color: approx Shadow Green. HEX triplet: 8D, BE and BE. RGB value is (141,190,190). Sum of RGB (Red+Green+Blue) = 141+190+190=521 (69% of max value = 765). Red value is 141 (55.47% from 255 or 27.06% from 521); Green value is 190 (74.61% from 255 or 36.47% from 521); Blue value is 190 (74.61% from 255 or 36.47% from 521); Max value from RGB is 190 - color contains mainly: green, blue. Hex color #8DBEBE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8DBEBE is #724141. Grayscale: #AFAFAF. Windows color (decimal): -7487810 or 12500621. OLE color: 12500621.

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

Color convert

RGB141190190-
CMYK0.26000.25
HSL180º27.37%64.9%-
HSV(B)180º25.79%74.51%-
XYZ38.6946.2155.59-
YUV175.35136.27103.5-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 27.06%
GREEN value IS 190 (74.61% from 255) = 36.47%
BLUE value IS 190 (74.61% from 255) = 36.47%
R=27.06%
G=36.47%
B=36.47%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1411901900.26000.2518027.3764.9
Hex8DBEBE1A0019b41b41
Octal21527627632003126433101
Binary10001101101111101011111011010001100110110100110111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DBEBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,190,190); }

 H1.HeaderClassName
 {
   color: #8DBEBE;
 }
 .AnyTagClassName
 {
   color: #8DBEBE;
 }
</style>
background-color css

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

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

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

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

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

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