Html Css Color HEX #96C09A Dark Sea Green

📋 copy color: '#96C09A'

red 150 ◦ green 192 ◦ blue 154

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

Shades of Dark Sea Green #96C09A

Tints of Dark Sea Green #96C09A

RGB

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

 GREEN value IS 192 (75.39% from 255) = 38.71%

 BLUE value IS 154 (60.55% from 255) = 31.05%

R = 30.24%
G = 38.71%
B = 31.05%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.20

 K value IS 0.25

RGB Variations

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

Color information

#96C09A (or 0x96C09A) is known color: Dark Sea Green. HEX triplet: 96, C0 and 9A. RGB value is (150,192,154). Sum of RGB (Red+Green+Blue) = 150+192+154=496 (65% of max value = 765). Red value is 150 (58.98% from 255 or 30.24% from 496); Green value is 192 (75.39% from 255 or 38.71% from 496); Blue value is 154 (60.55% from 255 or 31.05% from 496); Max value from RGB is 192 - color contains mainly: green. Hex color #96C09A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96C09A is #693F65. Grayscale: #AFAFAF. Windows color (decimal): -6897510 or 10141846. OLE color: 10141846.

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

Color convert

RGB 150 192 154 -
CMYK 0.22 0 0.20 0.25
HSL 125.71º 0.25% 0.67% -
HSV(B) 125.71º 0.22% 0.75% -
XYZ 37.26 46.52 37.59 -
YUV 175.11 116.09 110.09 -
System Red Green Blue C M Y K H S L
Decimal 150 192 154 0.22 0 0.20 0.25 125.71 0.25 0.67
Hex 96 C0 9A 16 0 14 19 7E 19 43
Octal 226 300 232 26 0 24 31 176 31 103
Binary 10010110 11000000 10011010 10110 0 10100 11001 1111110 11001 1000011

Color Harmonies of #96C09A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96C09A

Black with #96C09A

Text Example


Text Example

White with #96C09A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,192,154); }

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

background-color css

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

 a { background-color: rgb(150,192,154); }

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

border-color css

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

 span { border-color: rgb(150,192,154); }

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