#8cbc90

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

Shades of Dark Sea Green #8CBC90

Tints of Dark Sea Green #8CBC90

Color information

#8CBC90 (or 0x8CBC90) is unknown color: approx Dark Sea Green. HEX triplet: 8C, BC and 90. RGB value is (140,188,144). Sum of RGB (Red+Green+Blue) = 140+188+144=472 (62% of max value = 765). Red value is 140 (55.08% from 255 or 29.66% from 472); Green value is 188 (73.83% from 255 or 39.83% from 472); Blue value is 144 (56.64% from 255 or 30.51% from 472); Max value from RGB is 188 - color contains mainly: green. Hex color #8CBC90 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8CBC90 is #73436F. Grayscale: #A8A8A8. Windows color (decimal): -7553904 or 9485452. OLE color: 9485452.

HSL color Cylindrical-coordinate representation of color #8CBC90: hue angle of 125º degrees, saturation: 0.26, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #8CBC90 is Cyan = 0.26, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.26.

Color convert

RGB140188144-
CMYK0.2600.230.26
HSL125º26.37%64.31%-
HSV(B)125º25.53%73.73%-
XYZ33.8343.5633.01-
YUV168.63114.1107.58-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 29.66%
GREEN value IS 188 (73.83% from 255) = 39.83%
BLUE value IS 144 (56.64% from 255) = 30.51%
R=29.66%
G=39.83%
B=30.51%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1401881440.2600.230.2612526.3764.31
Hex8CBC901A0171A7d1a40
Octal214274220320273217532100
Binary10001100101111001001000011010010111110101111101110101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8cbc90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,188,144); }

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

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

 a { background-color: rgb(140,188,144); }

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

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

 span { border-color: rgb(140,188,144); }

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