Html Css Color HEX #96BA98 Dark Sea Green

📋 copy color: '#96BA98'

red 150 ◦ green 186 ◦ blue 152

#96BA98
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Sea Green #96BA98

Tints of Dark Sea Green #96BA98

RGB

 RED value IS 150 (58.98% from 255) = 30.74%

 GREEN value IS 186 (73.05% from 255) = 38.11%

 BLUE value IS 152 (59.77% from 255) = 31.15%

R = 30.74%
G = 38.11%
B = 31.15%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.18

 K value IS 0.27

RGB Variations

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

Color information

#96BA98 (or 0x96BA98) is known color: Dark Sea Green. HEX triplet: 96, BA and 98. RGB value is (150,186,152). Sum of RGB (Red+Green+Blue) = 150+186+152=488 (64% of max value = 765). Red value is 150 (58.98% from 255 or 30.74% from 488); Green value is 186 (73.05% from 255 or 38.11% from 488); Blue value is 152 (59.77% from 255 or 31.15% from 488); Max value from RGB is 186 - color contains mainly: green. Hex color #96BA98 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96BA98 is #694567. Grayscale: #ABABAB. Windows color (decimal): -6899048 or 10009238. OLE color: 10009238.

HSL color Cylindrical-coordinate representation of color #96BA98: hue angle of 123.33º degrees, saturation: 0.21, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #96BA98 is Cyan = 0.19, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.27.

Color convert

RGB 150 186 152 -
CMYK 0.19 0 0.18 0.27
HSL 123.33º 0.21% 0.66% -
HSV(B) 123.33º 0.19% 0.73% -
XYZ 35.8 43.87 36.29 -
YUV 171.36 117.07 112.76 -
System Red Green Blue C M Y K H S L
Decimal 150 186 152 0.19 0 0.18 0.27 123.33 0.21 0.66
Hex 96 BA 98 13 0 12 1B 7B 15 42
Octal 226 272 230 23 0 22 33 173 25 102
Binary 10010110 10111010 10011000 10011 0 10010 11011 1111011 10101 1000010

Color Harmonies of #96BA98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96BA98

Black with #96BA98

Text Example


Text Example

White with #96BA98

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #96BA98;
 }
 .AnyTagClassName
 {
   color: #96BA98;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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