Html Css Color HEX #8CC694 Dark Sea Green

📋 copy color: '#8CC694'

red 140 ◦ green 198 ◦ blue 148

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

Shades of Dark Sea Green #8CC694

Tints of Dark Sea Green #8CC694

RGB

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

 GREEN value IS 198 (77.73% from 255) = 40.74%

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

R = 28.81%
G = 40.74%
B = 30.45%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.25

 K value IS 0.22

RGB Variations

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

Color information

#8CC694 (or 0x8CC694) is known color: Dark Sea Green. HEX triplet: 8C, C6 and 94. RGB value is (140,198,148). Sum of RGB (Red+Green+Blue) = 140+198+148=486 (64% of max value = 765). Red value is 140 (55.08% from 255 or 28.81% from 486); Green value is 198 (77.73% from 255 or 40.74% from 486); Blue value is 148 (58.20% from 255 or 30.45% from 486); Max value from RGB is 198 - color contains mainly: green. Hex color #8CC694 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8CC694 is #73396B. Grayscale: #AFAFAF. Windows color (decimal): -7551340 or 9750156. OLE color: 9750156.

HSL color Cylindrical-coordinate representation of color #8CC694: hue angle of 128.28º degrees, saturation: 0.34, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #8CC694 is Cyan = 0.29, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.22.

Color convert

RGB 140 198 148 -
CMYK 0.29 0 0.25 0.22
HSL 128.28º 0.34% 0.66% -
HSV(B) 128.28º 0.29% 0.78% -
XYZ 36.35 48.1 35.39 -
YUV 174.96 112.78 103.07 -
System Red Green Blue C M Y K H S L
Decimal 140 198 148 0.29 0 0.25 0.22 128.28 0.34 0.66
Hex 8C C6 94 1D 0 19 16 80 22 42
Octal 214 306 224 35 0 31 26 200 42 102
Binary 10001100 11000110 10010100 11101 0 11001 10110 10000000 100010 1000010

Color Harmonies of #8CC694

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CC694

Black with #8CC694

Text Example


Text Example

White with #8CC694

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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