Html Css Color HEX #90BB96 Dark Sea Green

📋 copy color: '#90BB96'

red 144 ◦ green 187 ◦ blue 150

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

Shades of Dark Sea Green #90BB96

Tints of Dark Sea Green #90BB96

RGB

 RED value IS 144 (56.64% from 255) = 29.94%

 GREEN value IS 187 (73.44% from 255) = 38.88%

 BLUE value IS 150 (58.98% from 255) = 31.19%

R = 29.94%
G = 38.88%
B = 31.19%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.20

 K value IS 0.27

RGB Variations

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

Color information

#90BB96 (or 0x90BB96) is known color: Dark Sea Green. HEX triplet: 90, BB and 96. RGB value is (144,187,150). Sum of RGB (Red+Green+Blue) = 144+187+150=481 (63% of max value = 765). Red value is 144 (56.64% from 255 or 29.94% from 481); Green value is 187 (73.44% from 255 or 38.88% from 481); Blue value is 150 (58.98% from 255 or 31.19% from 481); Max value from RGB is 187 - color contains mainly: green. Hex color #90BB96 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #90BB96 is #6F4469. Grayscale: #AAAAAA. Windows color (decimal): -7292010 or 9878416. OLE color: 9878416.

HSL color Cylindrical-coordinate representation of color #90BB96: hue angle of 128.37º degrees, saturation: 0.24, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #90BB96 is Cyan = 0.23, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.27.

Color convert

RGB 144 187 150 -
CMYK 0.23 0 0.20 0.27
HSL 128.37º 0.24% 0.65% -
HSV(B) 128.37º 0.23% 0.73% -
XYZ 34.78 43.67 35.45 -
YUV 169.93 116.75 109.51 -
System Red Green Blue C M Y K H S L
Decimal 144 187 150 0.23 0 0.20 0.27 128.37 0.24 0.65
Hex 90 BB 96 17 0 14 1B 80 18 41
Octal 220 273 226 27 0 24 33 200 30 101
Binary 10010000 10111011 10010110 10111 0 10100 11011 10000000 11000 1000001

Color Harmonies of #90BB96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90BB96

Black with #90BB96

Text Example


Text Example

White with #90BB96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #90BB96; }

 p { color: rgb(144,187,150); }

 H1.HeaderClassName
 {
   color: #90BB96;
 }
 .AnyTagClassName
 {
   color: #90BB96;
 }
</style>

background-color css

<style>
 a { background-color: #90BB96; }

 a { background-color: rgb(144,187,150); }

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

border-color css

<style>
 span { border-color: #90BB96; }

 span { border-color: rgb(144,187,150); }

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