Html Css Color HEX #8BBC93 Dark Sea Green

📋 copy color: '#8BBC93'

red 139 ◦ green 188 ◦ blue 147

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

Shades of Dark Sea Green #8BBC93

Tints of Dark Sea Green #8BBC93

RGB

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

 GREEN value IS 188 (73.83% from 255) = 39.66%

 BLUE value IS 147 (57.81% from 255) = 31.01%

R = 29.32%
G = 39.66%
B = 31.01%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.22

 K value IS 0.26

RGB Variations

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

Color information

#8BBC93 (or 0x8BBC93) is known color: Dark Sea Green. HEX triplet: 8B, BC and 93. RGB value is (139,188,147). Sum of RGB (Red+Green+Blue) = 139+188+147=474 (62% of max value = 765). Red value is 139 (54.69% from 255 or 29.32% from 474); Green value is 188 (73.83% from 255 or 39.66% from 474); Blue value is 147 (57.81% from 255 or 31.01% from 474); Max value from RGB is 188 - color contains mainly: green. Hex color #8BBC93 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8BBC93 is #74436C. Grayscale: #A8A8A8. Windows color (decimal): -7619437 or 9682059. OLE color: 9682059.

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

Color convert

RGB 139 188 147 -
CMYK 0.26 0 0.22 0.26
HSL 129.8º 0.27% 0.64% -
HSV(B) 129.8º 0.26% 0.74% -
XYZ 33.9 43.56 34.23 -
YUV 168.68 115.77 106.83 -
System Red Green Blue C M Y K H S L
Decimal 139 188 147 0.26 0 0.22 0.26 129.8 0.27 0.64
Hex 8B BC 93 1A 0 16 1A 82 1B 40
Octal 213 274 223 32 0 26 32 202 33 100
Binary 10001011 10111100 10010011 11010 0 10110 11010 10000010 11011 1000000

Color Harmonies of #8BBC93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8BBC93

Black with #8BBC93

Text Example


Text Example

White with #8BBC93

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,188,147); }

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

background-color css

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

 a { background-color: rgb(139,188,147); }

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

border-color css

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

 span { border-color: rgb(139,188,147); }

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