#94CC96

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

Shades of Dark Sea Green #94CC96

Tints of Dark Sea Green #94CC96

Color information

#94CC96 (or 0x94CC96) is unknown color: approx Dark Sea Green. HEX triplet: 94, CC and 96. RGB value is (148,204,150). Sum of RGB (Red+Green+Blue) = 148+204+150=502 (66% of max value = 765). Red value is 148 (58.20% from 255 or 29.48% from 502); Green value is 204 (80.08% from 255 or 40.64% from 502); Blue value is 150 (58.98% from 255 or 29.88% from 502); Max value from RGB is 204 - color contains mainly: green. Hex color #94CC96 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #94CC96 is #6B3369. Grayscale: #B5B5B5. Windows color (decimal): -7025514 or 9882772. OLE color: 9882772.

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

Color convert

RGB148204150-
CMYK0.2700.260.2
HSL122.14º35.44%69.02%-
HSV(B)122.14º27.45%80%-
XYZ39.3151.6836.76-
YUV181.1110.45104.39-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 29.48%
GREEN value IS 204 (80.08% from 255) = 40.64%
BLUE value IS 150 (58.98% from 255) = 29.88%
R=29.48%
G=40.64%
B=29.88%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1482041500.2700.260.2122.1435.4469.02
Hex94CC961B01A147a2345
Octal224314226330322417243105
Binary100101001100110010010110110110110101010011110101000111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94CC96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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