#90BD8A

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

Shades of Dark Sea Green #90BD8A

Tints of Dark Sea Green #90BD8A

Color information

#90BD8A (or 0x90BD8A) is unknown color: approx Dark Sea Green. HEX triplet: 90, BD and 8A. RGB value is (144,189,138). Sum of RGB (Red+Green+Blue) = 144+189+138=471 (62% of max value = 765). Red value is 144 (56.64% from 255 or 30.57% from 471); Green value is 189 (74.22% from 255 or 40.13% from 471); Blue value is 138 (54.30% from 255 or 29.30% from 471); Max value from RGB is 189 - color contains mainly: green. Hex color #90BD8A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #90BD8A is #6F4275. Grayscale: #A9A9A9. Windows color (decimal): -7291510 or 9092496. OLE color: 9092496.

HSL color Cylindrical-coordinate representation of color #90BD8A: hue angle of 112.94º degrees, saturation: 0.28, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #90BD8A is Cyan = 0.24, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.26.

Color convert

RGB144189138-
CMYK0.2400.270.26
HSL112.94º27.87%64.12%-
HSV(B)112.94º26.98%74.12%-
XYZ34.2944.1630.76-
YUV169.73110.09109.65-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 30.57%
GREEN value IS 189 (74.22% from 255) = 40.13%
BLUE value IS 138 (54.30% from 255) = 29.30%
R=30.57%
G=40.13%
B=29.30%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1441891380.2400.270.26112.9427.8764.12
Hex90BD8A1801B1A711c40
Octal220275212300333216134100
Binary10010000101111011000101011000011011110101110001111001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90BD8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(144,189,138); }

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

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

 a { background-color: rgb(144,189,138); }

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

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

 span { border-color: rgb(144,189,138); }

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