Html Css Color HEX #8BB088 Dark Sea Green

📋 copy color: '#8BB088'

red 139 ◦ green 176 ◦ blue 136

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

Shades of Dark Sea Green #8BB088

Tints of Dark Sea Green #8BB088

RGB

 RED value IS 139 (54.69% from 255) = 30.82%

 GREEN value IS 176 (69.14% from 255) = 39.02%

 BLUE value IS 136 (53.52% from 255) = 30.16%

R = 30.82%
G = 39.02%
B = 30.16%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.23

 K value IS 0.31

RGB Variations

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

Color information

#8BB088 (or 0x8BB088) is known color: Dark Sea Green. HEX triplet: 8B, B0 and 88. RGB value is (139,176,136). Sum of RGB (Red+Green+Blue) = 139+176+136=451 (59% of max value = 765). Red value is 139 (54.69% from 255 or 30.82% from 451); Green value is 176 (69.14% from 255 or 39.02% from 451); Blue value is 136 (53.52% from 255 or 30.16% from 451); Max value from RGB is 176 - color contains mainly: green. Hex color #8BB088 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8BB088 is #744F77. Grayscale: #A0A0A0. Windows color (decimal): -7622520 or 8958091. OLE color: 8958091.

HSL color Cylindrical-coordinate representation of color #8BB088: hue angle of 115.5º degrees, saturation: 0.2, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #8BB088 is Cyan = 0.21, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.31.

Color convert

RGB 139 176 136 -
CMYK 0.21 0 0.23 0.31
HSL 115.5º 0.2% 0.61% -
HSV(B) 115.5º 0.23% 0.69% -
XYZ 30.62 38.32 29.07 -
YUV 160.38 114.24 112.75 -
System Red Green Blue C M Y K H S L
Decimal 139 176 136 0.21 0 0.23 0.31 115.5 0.2 0.61
Hex 8B B0 88 15 0 17 1F 74 14 3D
Octal 213 260 210 25 0 27 37 164 24 75
Binary 10001011 10110000 10001000 10101 0 10111 11111 1110100 10100 111101

Color Harmonies of #8BB088

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8BB088

Black with #8BB088

Text Example


Text Example

White with #8BB088

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,176,136); }

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

background-color css

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

 a { background-color: rgb(139,176,136); }

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

border-color css

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

 span { border-color: rgb(139,176,136); }

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