#96BE98

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

Shades of Dark Sea Green #96BE98

Tints of Dark Sea Green #96BE98

Color information

#96BE98 (or 0x96BE98) is unknown color: approx Dark Sea Green. HEX triplet: 96, BE and 98. RGB value is (150,190,152). Sum of RGB (Red+Green+Blue) = 150+190+152=492 (65% of max value = 765). Red value is 150 (58.98% from 255 or 30.49% from 492); Green value is 190 (74.61% from 255 or 38.62% from 492); Blue value is 152 (59.77% from 255 or 30.89% from 492); Max value from RGB is 190 - color contains mainly: green. Hex color #96BE98 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96BE98 is #694167. Grayscale: #ADADAD. Windows color (decimal): -6898024 or 10010262. OLE color: 10010262.

HSL color Cylindrical-coordinate representation of color #96BE98: hue angle of 123º degrees, saturation: 0.24, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #96BE98 is Cyan = 0.21, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.25.

Color convert

RGB150190152-
CMYK0.2100.20.25
HSL123º23.53%66.67%-
HSV(B)123º21.05%74.51%-
XYZ36.6645.5836.57-
YUV173.71115.75111.09-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 30.49%
GREEN value IS 190 (74.61% from 255) = 38.62%
BLUE value IS 152 (59.77% from 255) = 30.89%
R=30.49%
G=38.62%
B=30.89%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.2
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1501901520.2100.20.2512323.5366.67
Hex96BE9815014197b1843
Octal226276230250243117330103
Binary10010110101111101001100010101010100110011111011110001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96BE98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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