Html Css Color HEX #96BE8B Dark Sea Green

📋 copy color: '#96BE8B'

red 150 ◦ green 190 ◦ blue 139

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

Shades of Dark Sea Green #96BE8B

Tints of Dark Sea Green #96BE8B

RGB

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

 GREEN value IS 190 (74.61% from 255) = 39.67%

 BLUE value IS 139 (54.69% from 255) = 29.02%

R = 31.32%
G = 39.67%
B = 29.02%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.27

 K value IS 0.25

RGB Variations

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

Color information

#96BE8B (or 0x96BE8B) is known color: Dark Sea Green. HEX triplet: 96, BE and 8B. RGB value is (150,190,139). Sum of RGB (Red+Green+Blue) = 150+190+139=479 (63% of max value = 765). Red value is 150 (58.98% from 255 or 31.32% from 479); Green value is 190 (74.61% from 255 or 39.67% from 479); Blue value is 139 (54.69% from 255 or 29.02% from 479); Max value from RGB is 190 - color contains mainly: green. Hex color #96BE8B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96BE8B is #694174. Grayscale: #ACACAC. Windows color (decimal): -6898037 or 9158294. OLE color: 9158294.

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

Color convert

RGB 150 190 139 -
CMYK 0.21 0 0.27 0.25
HSL 107.06º 0.28% 0.65% -
HSV(B) 107.06º 0.27% 0.75% -
XYZ 35.65 45.18 31.27 -
YUV 172.23 109.25 112.15 -
System Red Green Blue C M Y K H S L
Decimal 150 190 139 0.21 0 0.27 0.25 107.06 0.28 0.65
Hex 96 BE 8B 15 0 1B 19 6B 1C 41
Octal 226 276 213 25 0 33 31 153 34 101
Binary 10010110 10111110 10001011 10101 0 11011 11001 1101011 11100 1000001

Color Harmonies of #96BE8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96BE8B

Black with #96BE8B

Text Example


Text Example

White with #96BE8B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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