#94CB8D

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

Shades of Dark Sea Green #94CB8D

Tints of Dark Sea Green #94CB8D

Color information

#94CB8D (or 0x94CB8D) is unknown color: approx Dark Sea Green. HEX triplet: 94, CB and 8D. RGB value is (148,203,141). Sum of RGB (Red+Green+Blue) = 148+203+141=492 (65% of max value = 765). Red value is 148 (58.20% from 255 or 30.08% from 492); Green value is 203 (79.69% from 255 or 41.26% from 492); Blue value is 141 (55.47% from 255 or 28.66% from 492); Max value from RGB is 203 - color contains mainly: green. Hex color #94CB8D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #94CB8D is #6B3472. Grayscale: #B3B3B3. Windows color (decimal): -7025779 or 9292692. OLE color: 9292692.

HSL color Cylindrical-coordinate representation of color #94CB8D: hue angle of 113.23º degrees, saturation: 0.37, 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 #94CB8D is Cyan = 0.27, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.20.

Color convert

RGB148203141-
CMYK0.2700.310.20
HSL113.23º37.35%67.45%-
HSV(B)113.23º30.54%79.61%-
XYZ38.3850.9333.01-
YUV179.49106.28105.54-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 30.08%
GREEN value IS 203 (79.69% from 255) = 41.26%
BLUE value IS 141 (55.47% from 255) = 28.66%
R=30.08%
G=41.26%
B=28.66%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1482031410.2700.310.20113.2337.3567.45
Hex94CB8D1B01F14712543
Octal224313215330372416145103
Binary100101001100101110001101110110111111010011100011001011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94CB8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,203,141); }

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

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

 a { background-color: rgb(148,203,141); }

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

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

 span { border-color: rgb(148,203,141); }

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