Html Css Color HEX #8CC092 Dark Sea Green

📋 copy color: '#8CC092'

red 140 ◦ green 192 ◦ blue 146

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

Shades of Dark Sea Green #8CC092

Tints of Dark Sea Green #8CC092

RGB

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

 GREEN value IS 192 (75.39% from 255) = 40.17%

 BLUE value IS 146 (57.42% from 255) = 30.54%

R = 29.29%
G = 40.17%
B = 30.54%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.24

 K value IS 0.25

RGB Variations

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

Color information

#8CC092 (or 0x8CC092) is known color: Dark Sea Green. HEX triplet: 8C, C0 and 92. RGB value is (140,192,146). Sum of RGB (Red+Green+Blue) = 140+192+146=478 (63% of max value = 765). Red value is 140 (55.08% from 255 or 29.29% from 478); Green value is 192 (75.39% from 255 or 40.17% from 478); Blue value is 146 (57.42% from 255 or 30.54% from 478); Max value from RGB is 192 - color contains mainly: green. Hex color #8CC092 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8CC092 is #733F6D. Grayscale: #ABABAB. Windows color (decimal): -7552878 or 9617548. OLE color: 9617548.

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

Color convert

RGB 140 192 146 -
CMYK 0.27 0 0.24 0.25
HSL 126.92º 0.29% 0.65% -
HSV(B) 126.92º 0.27% 0.75% -
XYZ 34.85 45.35 34.11 -
YUV 171.21 113.77 105.74 -
System Red Green Blue C M Y K H S L
Decimal 140 192 146 0.27 0 0.24 0.25 126.92 0.29 0.65
Hex 8C C0 92 1B 0 18 19 7F 1D 41
Octal 214 300 222 33 0 30 31 177 35 101
Binary 10001100 11000000 10010010 11011 0 11000 11001 1111111 11101 1000001

Color Harmonies of #8CC092

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CC092

Black with #8CC092

Text Example


Text Example

White with #8CC092

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,192,146); }

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

background-color css

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

 a { background-color: rgb(140,192,146); }

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

border-color css

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

 span { border-color: rgb(140,192,146); }

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