Html Css Color HEX #96BF9A Dark Sea Green

📋 copy color: '#96BF9A'

red 150 ◦ green 191 ◦ blue 154

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

Shades of Dark Sea Green #96BF9A

Tints of Dark Sea Green #96BF9A

RGB

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

 GREEN value IS 191 (75% from 255) = 38.59%

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

R = 30.3%
G = 38.59%
B = 31.11%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.19

 K value IS 0.25

RGB Variations

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

Color information

#96BF9A (or 0x96BF9A) is known color: Dark Sea Green. HEX triplet: 96, BF and 9A. RGB value is (150,191,154). Sum of RGB (Red+Green+Blue) = 150+191+154=495 (65% of max value = 765). Red value is 150 (58.98% from 255 or 30.30% from 495); Green value is 191 (75% from 255 or 38.59% from 495); Blue value is 154 (60.55% from 255 or 31.11% from 495); Max value from RGB is 191 - color contains mainly: green. Hex color #96BF9A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96BF9A is #694065. Grayscale: #AEAEAE. Windows color (decimal): -6897766 or 10141590. OLE color: 10141590.

HSL color Cylindrical-coordinate representation of color #96BF9A: hue angle of 125.85º 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 #96BF9A is Cyan = 0.21, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.25.

Color convert

RGB 150 191 154 -
CMYK 0.21 0 0.19 0.25
HSL 125.85º 0.24% 0.67% -
HSV(B) 125.85º 0.21% 0.75% -
XYZ 37.04 46.08 37.51 -
YUV 174.52 116.42 110.51 -
System Red Green Blue C M Y K H S L
Decimal 150 191 154 0.21 0 0.19 0.25 125.85 0.24 0.67
Hex 96 BF 9A 15 0 13 19 7E 18 43
Octal 226 277 232 25 0 23 31 176 30 103
Binary 10010110 10111111 10011010 10101 0 10011 11001 1111110 11000 1000011

Color Harmonies of #96BF9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96BF9A

Black with #96BF9A

Text Example


Text Example

White with #96BF9A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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