#8CBEB0

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

Shades of Shadow Green #8CBEB0

Tints of Shadow Green #8CBEB0

Color information

#8CBEB0 (or 0x8CBEB0) is unknown color: approx Shadow Green. HEX triplet: 8C, BE and B0. RGB value is (140,190,176). Sum of RGB (Red+Green+Blue) = 140+190+176=506 (67% of max value = 765). Red value is 140 (55.08% from 255 or 27.67% from 506); Green value is 190 (74.61% from 255 or 37.55% from 506); Blue value is 176 (69.14% from 255 or 34.78% from 506); Max value from RGB is 190 - color contains mainly: green. Hex color #8CBEB0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8CBEB0 is #73414F. Grayscale: #ADADAD. Windows color (decimal): -7553360 or 11583116. OLE color: 11583116.

HSL color Cylindrical-coordinate representation of color #8CBEB0: hue angle of 163.2º degrees, saturation: 0.28, 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 #8CBEB0 is Cyan = 0.26, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.25.

Color convert

RGB140190176-
CMYK0.2600.070.25
HSL163.2º27.78%64.71%-
HSV(B)163.2º26.32%74.51%-
XYZ37.0745.5447.91-
YUV173.45129.44104.14-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 27.67%
GREEN value IS 190 (74.61% from 255) = 37.55%
BLUE value IS 176 (69.14% from 255) = 34.78%
R=27.67%
G=37.55%
B=34.78%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1401901760.2600.070.25163.227.7864.71
Hex8CBEB01A0719a31c41
Octal21427626032073124334101
Binary1000110010111110101100001101001111100110100011111001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CBEB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,190,176); }

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

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

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

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

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

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

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