#90BB97

Color #90BB97 Dark Sea Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Sea Green #90BB97

Tints of Dark Sea Green #90BB97

Color information

#90BB97 (or 0x90BB97) is unknown color: approx Dark Sea Green. HEX triplet: 90, BB and 97. RGB value is (144,187,151). Sum of RGB (Red+Green+Blue) = 144+187+151=482 (63% of max value = 765). Red value is 144 (56.64% from 255 or 29.88% from 482); Green value is 187 (73.44% from 255 or 38.80% from 482); Blue value is 151 (59.38% from 255 or 31.33% from 482); Max value from RGB is 187 - color contains mainly: green. Hex color #90BB97 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #90BB97 is #6F4468. Grayscale: #AAAAAA. Windows color (decimal): -7292009 or 9943952. OLE color: 9943952.

HSL color Cylindrical-coordinate representation of color #90BB97: hue angle of 129.77º 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 #90BB97 is Cyan = 0.23, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.27.

Color convert

RGB144187151-
CMYK0.2300.190.27
HSL129.77º24.02%64.9%-
HSV(B)129.77º22.99%73.33%-
XYZ34.8643.735.88-
YUV170.04117.25109.43-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 29.88%
GREEN value IS 187 (73.44% from 255) = 38.80%
BLUE value IS 151 (59.38% from 255) = 31.33%
R=29.88%
G=38.80%
B=31.33%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1441871510.2300.190.27129.7724.0264.9
Hex90BB97170131B821841
Octal220273227270233320230101
Binary100100001011101110010111101110100111101110000010110001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90BB97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #90BB97;
 }
 .AnyTagClassName
 {
   color: #90BB97;
 }
</style>
background-color css

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

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

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

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

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

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