Html Css Color HEX #94CC8C Dark Sea Green

📋 copy color: '#94CC8C'

red 148 ◦ green 204 ◦ blue 140

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

Shades of Dark Sea Green #94CC8C

Tints of Dark Sea Green #94CC8C

RGB

 RED value IS 148 (58.2% from 255) = 30.08%

 GREEN value IS 204 (80.08% from 255) = 41.46%

 BLUE value IS 140 (55.08% from 255) = 28.46%

R = 30.08%
G = 41.46%
B = 28.46%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.31

 K value IS 0.2

RGB Variations

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

Color information

#94CC8C (or 0x94CC8C) is known color: Dark Sea Green. HEX triplet: 94, CC and 8C. RGB value is (148,204,140). Sum of RGB (Red+Green+Blue) = 148+204+140=492 (65% of max value = 765). Red value is 148 (58.20% from 255 or 30.08% from 492); Green value is 204 (80.08% from 255 or 41.46% from 492); Blue value is 140 (55.08% from 255 or 28.46% from 492); Max value from RGB is 204 - color contains mainly: green. Hex color #94CC8C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #94CC8C is #6B3373. Grayscale: #B4B4B4. Windows color (decimal): -7025524 or 9227412. OLE color: 9227412.

HSL color Cylindrical-coordinate representation of color #94CC8C: hue angle of 112.5º degrees, saturation: 0.39, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #94CC8C is Cyan = 0.27, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.2.

Color convert

RGB 148 204 140 -
CMYK 0.27 0 0.31 0.2
HSL 112.5º 0.39% 0.67% -
HSV(B) 112.5º 0.31% 0.8% -
XYZ 38.54 51.38 32.7 -
YUV 179.96 105.45 105.2 -
System Red Green Blue C M Y K H S L
Decimal 148 204 140 0.27 0 0.31 0.2 112.5 0.39 0.67
Hex 94 CC 8C 1B 0 1F 14 70 27 43
Octal 224 314 214 33 0 37 24 160 47 103
Binary 10010100 11001100 10001100 11011 0 11111 10100 1110000 100111 1000011

Color Harmonies of #94CC8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94CC8C

Black with #94CC8C

Text Example


Text Example

White with #94CC8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #94CC8C; }

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

 H1.HeaderClassName
 {
   color: #94CC8C;
 }
 .AnyTagClassName
 {
   color: #94CC8C;
 }
</style>

background-color css

<style>
 a { background-color: #94CC8C; }

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

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

border-color css

<style>
 span { border-color: #94CC8C; }

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

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