Html Css Color HEX #8CBA8A Dark Sea Green

📋 copy color: '#8CBA8A'

red 140 ◦ green 186 ◦ blue 138

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

Shades of Dark Sea Green #8CBA8A

Tints of Dark Sea Green #8CBA8A

RGB

 RED value IS 140 (55.08% from 255) = 30.17%

 GREEN value IS 186 (73.05% from 255) = 40.09%

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

R = 30.17%
G = 40.09%
B = 29.74%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.26

 K value IS 0.27

RGB Variations

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

Color information

#8CBA8A (or 0x8CBA8A) is known color: Dark Sea Green. HEX triplet: 8C, BA and 8A. RGB value is (140,186,138). Sum of RGB (Red+Green+Blue) = 140+186+138=464 (61% of max value = 765). Red value is 140 (55.08% from 255 or 30.17% from 464); Green value is 186 (73.05% from 255 or 40.09% from 464); Blue value is 138 (54.30% from 255 or 29.74% from 464); Max value from RGB is 186 - color contains mainly: green. Hex color #8CBA8A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8CBA8A is #734575. Grayscale: #A6A6A6. Windows color (decimal): -7554422 or 9091724. OLE color: 9091724.

HSL color Cylindrical-coordinate representation of color #8CBA8A: hue angle of 117.5º degrees, saturation: 0.26, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #8CBA8A is Cyan = 0.25, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.27.

Color convert

RGB 140 186 138 -
CMYK 0.25 0 0.26 0.27
HSL 117.5º 0.26% 0.64% -
HSV(B) 117.5º 0.26% 0.73% -
XYZ 32.96 42.53 30.52 -
YUV 166.77 111.76 108.9 -
System Red Green Blue C M Y K H S L
Decimal 140 186 138 0.25 0 0.26 0.27 117.5 0.26 0.64
Hex 8C BA 8A 19 0 1A 1B 76 1A 40
Octal 214 272 212 31 0 32 33 166 32 100
Binary 10001100 10111010 10001010 11001 0 11010 11011 1110110 11010 1000000

Color Harmonies of #8CBA8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CBA8A

Black with #8CBA8A

Text Example


Text Example

White with #8CBA8A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,186,138); }

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

background-color css

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

 a { background-color: rgb(140,186,138); }

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

border-color css

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

 span { border-color: rgb(140,186,138); }

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