#90B98F

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

Shades of Dark Sea Green #90B98F

Tints of Dark Sea Green #90B98F

Color information

#90B98F (or 0x90B98F) is unknown color: approx Dark Sea Green. HEX triplet: 90, B9 and 8F. RGB value is (144,185,143). Sum of RGB (Red+Green+Blue) = 144+185+143=472 (62% of max value = 765). Red value is 144 (56.64% from 255 or 30.51% from 472); Green value is 185 (72.66% from 255 or 39.19% from 472); Blue value is 143 (56.25% from 255 or 30.30% from 472); Max value from RGB is 185 - color contains mainly: green. Hex color #90B98F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #90B98F is #6F4670. Grayscale: #A8A8A8. Windows color (decimal): -7292529 or 9419152. OLE color: 9419152.

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

Color convert

RGB144185143-
CMYK0.2200.230.27
HSL118.57º23.08%64.31%-
HSV(B)118.57º22.7%72.55%-
XYZ33.8142.6132.43-
YUV167.95113.92110.92-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 30.51%
GREEN value IS 185 (72.66% from 255) = 39.19%
BLUE value IS 143 (56.25% from 255) = 30.30%
R=30.51%
G=39.19%
B=30.30%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1441851430.2200.230.27118.5723.0864.31
Hex90B98F160171B771740
Octal220271217260273316727100
Binary10010000101110011000111110110010111110111110111101111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90B98F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(144,185,143); }

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

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

 a { background-color: rgb(144,185,143); }

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

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

 span { border-color: rgb(144,185,143); }

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