#8BB690

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

Shades of Dark Sea Green #8BB690

Tints of Dark Sea Green #8BB690

Color information

#8BB690 (or 0x8BB690) is unknown color: approx Dark Sea Green. HEX triplet: 8B, B6 and 90. RGB value is (139,182,144). Sum of RGB (Red+Green+Blue) = 139+182+144=465 (61% of max value = 765). Red value is 139 (54.69% from 255 or 29.89% from 465); Green value is 182 (71.48% from 255 or 39.14% from 465); Blue value is 144 (56.64% from 255 or 30.97% from 465); Max value from RGB is 182 - color contains mainly: green. Hex color #8BB690 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8BB690 is #74496F. Grayscale: #A4A4A4. Windows color (decimal): -7620976 or 9483915. OLE color: 9483915.

HSL color Cylindrical-coordinate representation of color #8BB690: hue angle of 126.98º degrees, saturation: 0.23, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #8BB690 is Cyan = 0.24, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.29.

Color convert

RGB139182144-
CMYK0.2400.210.29
HSL126.98º22.75%62.94%-
HSV(B)126.98º23.63%71.37%-
XYZ32.4140.9632.58-
YUV164.81116.25109.59-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 29.89%
GREEN value IS 182 (71.48% from 255) = 39.14%
BLUE value IS 144 (56.64% from 255) = 30.97%
R=29.89%
G=39.14%
B=30.97%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1391821440.2400.210.29126.9822.7562.94
Hex8BB690180151D7f173f
Octal21326622030025351772777
Binary1000101110110110100100001100001010111101111111110111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BB690

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,182,144); }

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

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

 a { background-color: rgb(139,182,144); }

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

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

 span { border-color: rgb(139,182,144); }

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