Html Css Color HEX #8BBF8A Dark Sea Green

📋 copy color: '#8BBF8A'

red 139 ◦ green 191 ◦ blue 138

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

Shades of Dark Sea Green #8BBF8A

Tints of Dark Sea Green #8BBF8A

RGB

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

 GREEN value IS 191 (75% from 255) = 40.81%

 BLUE value IS 138 (54.3% from 255) = 29.49%

R = 29.7%
G = 40.81%
B = 29.49%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.28

 K value IS 0.25

RGB Variations

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

Color information

#8BBF8A (or 0x8BBF8A) is known color: Dark Sea Green. HEX triplet: 8B, BF and 8A. RGB value is (139,191,138). Sum of RGB (Red+Green+Blue) = 139+191+138=468 (61% of max value = 765). Red value is 139 (54.69% from 255 or 29.70% from 468); Green value is 191 (75% from 255 or 40.81% from 468); Blue value is 138 (54.30% from 255 or 29.49% from 468); Max value from RGB is 191 - color contains mainly: green. Hex color #8BBF8A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8BBF8A is #744075. Grayscale: #A9A9A9. Windows color (decimal): -7618678 or 9093003. OLE color: 9093003.

HSL color Cylindrical-coordinate representation of color #8BBF8A: hue angle of 118.87º degrees, saturation: 0.29, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #8BBF8A is Cyan = 0.27, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.25.

Color convert

RGB 139 191 138 -
CMYK 0.27 0 0.28 0.25
HSL 118.87º 0.29% 0.65% -
HSV(B) 118.87º 0.28% 0.75% -
XYZ 33.87 44.59 30.87 -
YUV 169.41 110.27 106.31 -
System Red Green Blue C M Y K H S L
Decimal 139 191 138 0.27 0 0.28 0.25 118.87 0.29 0.65
Hex 8B BF 8A 1B 0 1C 19 77 1D 41
Octal 213 277 212 33 0 34 31 167 35 101
Binary 10001011 10111111 10001010 11011 0 11100 11001 1110111 11101 1000001

Color Harmonies of #8BBF8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8BBF8A

Black with #8BBF8A

Text Example


Text Example

White with #8BBF8A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,191,138); }

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

background-color css

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

 a { background-color: rgb(139,191,138); }

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

border-color css

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

 span { border-color: rgb(139,191,138); }

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