#98CC94

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

Shades of Dark Sea Green #98CC94

Tints of Dark Sea Green #98CC94

Color information

#98CC94 (or 0x98CC94) is unknown color: approx Dark Sea Green. HEX triplet: 98, CC and 94. RGB value is (152,204,148). Sum of RGB (Red+Green+Blue) = 152+204+148=504 (66% of max value = 765). Red value is 152 (59.77% from 255 or 30.16% from 504); Green value is 204 (80.08% from 255 or 40.48% from 504); Blue value is 148 (58.20% from 255 or 29.37% from 504); Max value from RGB is 204 - color contains mainly: green. Hex color #98CC94 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #98CC94 is #67336B. Grayscale: #B6B6B6. Windows color (decimal): -6763372 or 9751704. OLE color: 9751704.

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

Color convert

RGB152204148-
CMYK0.2500.270.2
HSL115.71º35.44%69.02%-
HSV(B)115.71º27.45%80%-
XYZ39.895235.95-
YUV182.07108.77106.55-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 30.16%
GREEN value IS 204 (80.08% from 255) = 40.48%
BLUE value IS 148 (58.20% from 255) = 29.37%
R=30.16%
G=40.48%
B=29.37%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1522041480.2500.270.2115.7135.4469.02
Hex98CC941901B14742345
Octal230314224310332416443105
Binary100110001100110010010100110010110111010011101001000111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98CC94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #98CC94; }

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

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

<style>
 a { background-color: #98CC94; }

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

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

<style>
 span { border-color: #98CC94; }

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

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