#94CC95

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

Shades of Dark Sea Green #94CC95

Tints of Dark Sea Green #94CC95

Color information

#94CC95 (or 0x94CC95) is unknown color: approx Dark Sea Green. HEX triplet: 94, CC and 95. RGB value is (148,204,149). Sum of RGB (Red+Green+Blue) = 148+204+149=501 (66% of max value = 765). Red value is 148 (58.20% from 255 or 29.54% from 501); Green value is 204 (80.08% from 255 or 40.72% from 501); Blue value is 149 (58.59% from 255 or 29.74% from 501); Max value from RGB is 204 - color contains mainly: green. Hex color #94CC95 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #94CC95 is #6B336A. Grayscale: #B5B5B5. Windows color (decimal): -7025515 or 9817236. OLE color: 9817236.

HSL color Cylindrical-coordinate representation of color #94CC95: hue angle of 121.07º 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 #94CC95 is Cyan = 0.27, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.2.

Color convert

RGB148204149-
CMYK0.2700.270.2
HSL121.07º35.44%69.02%-
HSV(B)121.07º27.45%80%-
XYZ39.2351.6536.34-
YUV180.99109.95104.47-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 29.54%
GREEN value IS 204 (80.08% from 255) = 40.72%
BLUE value IS 149 (58.59% from 255) = 29.74%
R=29.54%
G=40.72%
B=29.74%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1482041490.2700.270.2121.0735.4469.02
Hex94CC951B01B14792345
Octal224314225330332417143105
Binary100101001100110010010101110110110111010011110011000111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94CC95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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