#96C898

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

Shades of Dark Sea Green #96C898

Tints of Dark Sea Green #96C898

Color information

#96C898 (or 0x96C898) is unknown color: approx Dark Sea Green. HEX triplet: 96, C8 and 98. RGB value is (150,200,152). Sum of RGB (Red+Green+Blue) = 150+200+152=502 (66% of max value = 765). Red value is 150 (58.98% from 255 or 29.88% from 502); Green value is 200 (78.52% from 255 or 39.84% from 502); Blue value is 152 (59.77% from 255 or 30.28% from 502); Max value from RGB is 200 - color contains mainly: green. Hex color #96C898 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96C898 is #693767. Grayscale: #B3B3B3. Windows color (decimal): -6895464 or 10012822. OLE color: 10012822.

HSL color Cylindrical-coordinate representation of color #96C898: hue angle of 122.4º degrees, saturation: 0.31, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #96C898 is Cyan = 0.25, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.22.

Color convert

RGB150200152-
CMYK0.2500.240.22
HSL122.4º31.25%68.63%-
HSV(B)122.4º25%78.43%-
XYZ38.950.0637.32-
YUV179.58112.44106.9-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 29.88%
GREEN value IS 200 (78.52% from 255) = 39.84%
BLUE value IS 152 (59.77% from 255) = 30.28%
R=29.88%
G=39.84%
B=30.28%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1502001520.2500.240.22122.431.2568.63
Hex96C89819018167a1f45
Octal226310230310302617237105
Binary10010110110010001001100011001011000101101111010111111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96C898

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #96C898; }

 p { color: rgb(150,200,152); }

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

<style>
 a { background-color: #96C898; }

 a { background-color: rgb(150,200,152); }

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

<style>
 span { border-color: #96C898; }

 span { border-color: rgb(150,200,152); }

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