#99C294

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

Shades of Dark Sea Green #99C294

Tints of Dark Sea Green #99C294

Color information

#99C294 (or 0x99C294) is unknown color: approx Dark Sea Green. HEX triplet: 99, C2 and 94. RGB value is (153,194,148). Sum of RGB (Red+Green+Blue) = 153+194+148=495 (65% of max value = 765). Red value is 153 (60.16% from 255 or 30.91% from 495); Green value is 194 (76.17% from 255 or 39.19% from 495); Blue value is 148 (58.20% from 255 or 29.90% from 495); Max value from RGB is 194 - color contains mainly: green. Hex color #99C294 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #99C294 is #663D6B. Grayscale: #B0B0B0. Windows color (decimal): -6700396 or 9749145. OLE color: 9749145.

HSL color Cylindrical-coordinate representation of color #99C294: hue angle of 113.48º degrees, saturation: 0.27, 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 #99C294 is Cyan = 0.21, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.24.

Color convert

RGB153194148-
CMYK0.2100.240.24
HSL113.48º27.38%67.06%-
HSV(B)113.48º23.71%76.08%-
XYZ37.7747.4935.19-
YUV176.5111.92111.24-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 30.91%
GREEN value IS 194 (76.17% from 255) = 39.19%
BLUE value IS 148 (58.20% from 255) = 29.90%
R=30.91%
G=39.19%
B=29.90%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1531941480.2100.240.24113.4827.3867.06
Hex99C2941501818711b43
Octal231302224250303016133103
Binary10011001110000101001010010101011000110001110001110111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99C294

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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