#99C394

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

Shades of Dark Sea Green #99C394

Tints of Dark Sea Green #99C394

Color information

#99C394 (or 0x99C394) is unknown color: approx Dark Sea Green. HEX triplet: 99, C3 and 94. RGB value is (153,195,148). Sum of RGB (Red+Green+Blue) = 153+195+148=496 (65% of max value = 765). Red value is 153 (60.16% from 255 or 30.85% from 496); Green value is 195 (76.56% from 255 or 39.31% from 496); Blue value is 148 (58.20% from 255 or 29.84% from 496); Max value from RGB is 195 - color contains mainly: green. Hex color #99C394 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #99C394 is #663C6B. Grayscale: #B1B1B1. Windows color (decimal): -6700140 or 9749401. OLE color: 9749401.

HSL color Cylindrical-coordinate representation of color #99C394: hue angle of 113.62º degrees, saturation: 0.28, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #99C394 is Cyan = 0.22, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.24.

Color convert

RGB153195148-
CMYK0.2200.240.24
HSL113.62º28.14%67.25%-
HSV(B)113.62º24.1%76.47%-
XYZ3847.9435.27-
YUV177.08111.59110.82-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 30.85%
GREEN value IS 195 (76.56% from 255) = 39.31%
BLUE value IS 148 (58.20% from 255) = 29.84%
R=30.85%
G=39.31%
B=29.84%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1531951480.2200.240.24113.6228.1467.25
Hex99C3941601818721c43
Octal231303224260303016234103
Binary10011001110000111001010010110011000110001110010111001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99C394

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #99C394; }

 p { color: rgb(153,195,148); }

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

<style>
 a { background-color: #99C394; }

 a { background-color: rgb(153,195,148); }

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

<style>
 span { border-color: #99C394; }

 span { border-color: rgb(153,195,148); }

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