#94C497

Color #94C497 Dark Sea Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Sea Green #94C497

Tints of Dark Sea Green #94C497

Color information

#94C497 (or 0x94C497) is unknown color: approx Dark Sea Green. HEX triplet: 94, C4 and 97. RGB value is (148,196,151). Sum of RGB (Red+Green+Blue) = 148+196+151=495 (65% of max value = 765). Red value is 148 (58.20% from 255 or 29.90% from 495); Green value is 196 (76.95% from 255 or 39.60% from 495); Blue value is 151 (59.38% from 255 or 30.51% from 495); Max value from RGB is 196 - color contains mainly: green. Hex color #94C497 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #94C497 is #6B3B68. Grayscale: #B0B0B0. Windows color (decimal): -7027561 or 9946260. OLE color: 9946260.

HSL color Cylindrical-coordinate representation of color #94C497: hue angle of 123.75º degrees, saturation: 0.29, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #94C497 is Cyan = 0.24, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.23.

Color convert

RGB148196151-
CMYK0.2400.230.23
HSL123.75º28.92%67.45%-
HSV(B)123.75º24.49%76.86%-
XYZ37.5448.0136.57-
YUV176.52113.6107.66-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 29.90%
GREEN value IS 196 (76.95% from 255) = 39.60%
BLUE value IS 151 (59.38% from 255) = 30.51%
R=29.90%
G=39.60%
B=30.51%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1481961510.2400.230.23123.7528.9267.45
Hex94C49718017177c1d43
Octal224304227300272717435103
Binary10010100110001001001011111000010111101111111100111011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94C497

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,196,151); }

 H1.HeaderClassName
 {
   color: #94C497;
 }
 .AnyTagClassName
 {
   color: #94C497;
 }
</style>
background-color css

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

 a { background-color: rgb(148,196,151); }

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

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

 span { border-color: rgb(148,196,151); }

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