Html Css Color HEX #8BAF8A Dark Sea Green

📋 copy color: '#8BAF8A'

red 139 ◦ green 175 ◦ blue 138

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

Shades of Dark Sea Green #8BAF8A

Tints of Dark Sea Green #8BAF8A

RGB

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

 GREEN value IS 175 (68.75% from 255) = 38.72%

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

R = 30.75%
G = 38.72%
B = 30.53%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.21

 K value IS 0.31

RGB Variations

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

Color information

#8BAF8A (or 0x8BAF8A) is known color: Dark Sea Green. HEX triplet: 8B, AF and 8A. RGB value is (139,175,138). Sum of RGB (Red+Green+Blue) = 139+175+138=452 (59% of max value = 765). Red value is 139 (54.69% from 255 or 30.75% from 452); Green value is 175 (68.75% from 255 or 38.72% from 452); Blue value is 138 (54.30% from 255 or 30.53% from 452); Max value from RGB is 175 - color contains mainly: green. Hex color #8BAF8A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8BAF8A is #745075. Grayscale: #A0A0A0. Windows color (decimal): -7622774 or 9088907. OLE color: 9088907.

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

Color convert

RGB 139 175 138 -
CMYK 0.21 0 0.21 0.31
HSL 118.38º 0.19% 0.61% -
HSV(B) 118.38º 0.21% 0.69% -
XYZ 30.56 37.98 29.77 -
YUV 160.02 115.57 113.01 -
System Red Green Blue C M Y K H S L
Decimal 139 175 138 0.21 0 0.21 0.31 118.38 0.19 0.61
Hex 8B AF 8A 15 0 15 1F 76 13 3D
Octal 213 257 212 25 0 25 37 166 23 75
Binary 10001011 10101111 10001010 10101 0 10101 11111 1110110 10011 111101

Color Harmonies of #8BAF8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8BAF8A

Black with #8BAF8A

Text Example


Text Example

White with #8BAF8A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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