Html Css Color HEX #8CBE93 Dark Sea Green

📋 copy color: '#8CBE93'

red 140 ◦ green 190 ◦ blue 147

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

Shades of Dark Sea Green #8CBE93

Tints of Dark Sea Green #8CBE93

RGB

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

 GREEN value IS 190 (74.61% from 255) = 39.83%

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

R = 29.35%
G = 39.83%
B = 30.82%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.23

 K value IS 0.25

RGB Variations

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

Color information

#8CBE93 (or 0x8CBE93) is known color: Dark Sea Green. HEX triplet: 8C, BE and 93. RGB value is (140,190,147). Sum of RGB (Red+Green+Blue) = 140+190+147=477 (63% of max value = 765). Red value is 140 (55.08% from 255 or 29.35% from 477); Green value is 190 (74.61% from 255 or 39.83% from 477); Blue value is 147 (57.81% from 255 or 30.82% from 477); Max value from RGB is 190 - color contains mainly: green. Hex color #8CBE93 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8CBE93 is #73416C. Grayscale: #AAAAAA. Windows color (decimal): -7553389 or 9682572. OLE color: 9682572.

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

Color convert

RGB 140 190 147 -
CMYK 0.26 0 0.23 0.25
HSL 128.4º 0.28% 0.65% -
HSV(B) 128.4º 0.26% 0.75% -
XYZ 34.5 44.51 34.38 -
YUV 170.15 114.94 106.5 -
System Red Green Blue C M Y K H S L
Decimal 140 190 147 0.26 0 0.23 0.25 128.4 0.28 0.65
Hex 8C BE 93 1A 0 17 19 80 1C 41
Octal 214 276 223 32 0 27 31 200 34 101
Binary 10001100 10111110 10010011 11010 0 10111 11001 10000000 11100 1000001

Color Harmonies of #8CBE93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CBE93

Black with #8CBE93

Text Example


Text Example

White with #8CBE93

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,190,147); }

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

background-color css

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

 a { background-color: rgb(140,190,147); }

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

border-color css

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

 span { border-color: rgb(140,190,147); }

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