Html Css Color HEX #90BC96 Dark Sea Green

📋 copy color: '#90BC96'

red 144 ◦ green 188 ◦ blue 150

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

Shades of Dark Sea Green #90BC96

Tints of Dark Sea Green #90BC96

RGB

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

 GREEN value IS 188 (73.83% from 255) = 39%

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

R = 29.88%
G = 39%
B = 31.12%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.20

 K value IS 0.26

RGB Variations

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

Color information

#90BC96 (or 0x90BC96) is known color: Dark Sea Green. HEX triplet: 90, BC and 96. RGB value is (144,188,150). Sum of RGB (Red+Green+Blue) = 144+188+150=482 (63% of max value = 765). Red value is 144 (56.64% from 255 or 29.88% from 482); Green value is 188 (73.83% from 255 or 39.00% from 482); Blue value is 150 (58.98% from 255 or 31.12% from 482); Max value from RGB is 188 - color contains mainly: green. Hex color #90BC96 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #90BC96 is #6F4369. Grayscale: #AAAAAA. Windows color (decimal): -7291754 or 9878672. OLE color: 9878672.

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

Color convert

RGB 144 188 150 -
CMYK 0.23 0 0.20 0.26
HSL 128.18º 0.25% 0.65% -
HSV(B) 128.18º 0.23% 0.74% -
XYZ 34.99 44.1 35.52 -
YUV 170.51 116.42 109.09 -
System Red Green Blue C M Y K H S L
Decimal 144 188 150 0.23 0 0.20 0.26 128.18 0.25 0.65
Hex 90 BC 96 17 0 14 1A 80 19 41
Octal 220 274 226 27 0 24 32 200 31 101
Binary 10010000 10111100 10010110 10111 0 10100 11010 10000000 11001 1000001

Color Harmonies of #90BC96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90BC96

Black with #90BC96

Text Example


Text Example

White with #90BC96

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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