Html Css Color HEX #8CBD94 Dark Sea Green

📋 copy color: '#8CBD94'

red 140 ◦ green 189 ◦ blue 148

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

Shades of Dark Sea Green #8CBD94

Tints of Dark Sea Green #8CBD94

RGB

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

 GREEN value IS 189 (74.22% from 255) = 39.62%

 BLUE value IS 148 (58.2% from 255) = 31.03%

R = 29.35%
G = 39.62%
B = 31.03%

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

#8CBD94 (or 0x8CBD94) is known color: Dark Sea Green. HEX triplet: 8C, BD and 94. RGB value is (140,189,148). Sum of RGB (Red+Green+Blue) = 140+189+148=477 (63% of max value = 765). Red value is 140 (55.08% from 255 or 29.35% from 477); Green value is 189 (74.22% from 255 or 39.62% from 477); Blue value is 148 (58.20% from 255 or 31.03% from 477); Max value from RGB is 189 - color contains mainly: green. Hex color #8CBD94 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8CBD94 is #73426B. Grayscale: #A9A9A9. Windows color (decimal): -7553644 or 9747852. OLE color: 9747852.

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

Color convert

RGB 140 189 148 -
CMYK 0.26 0 0.22 0.26
HSL 129.8º 0.27% 0.65% -
HSV(B) 129.8º 0.26% 0.74% -
XYZ 34.36 44.11 34.72 -
YUV 169.68 115.77 106.83 -
System Red Green Blue C M Y K H S L
Decimal 140 189 148 0.26 0 0.22 0.26 129.8 0.27 0.65
Hex 8C BD 94 1A 0 16 1A 82 1B 41
Octal 214 275 224 32 0 26 32 202 33 101
Binary 10001100 10111101 10010100 11010 0 10110 11010 10000010 11011 1000001

Color Harmonies of #8CBD94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CBD94

Black with #8CBD94

Text Example


Text Example

White with #8CBD94

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,189,148); }

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

background-color css

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

 a { background-color: rgb(140,189,148); }

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

border-color css

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

 span { border-color: rgb(140,189,148); }

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