#90B695

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

Shades of Dark Sea Green #90B695

Tints of Dark Sea Green #90B695

Color information

#90B695 (or 0x90B695) is unknown color: approx Dark Sea Green. HEX triplet: 90, B6 and 95. RGB value is (144,182,149). Sum of RGB (Red+Green+Blue) = 144+182+149=475 (62% of max value = 765). Red value is 144 (56.64% from 255 or 30.32% from 475); Green value is 182 (71.48% from 255 or 38.32% from 475); Blue value is 149 (58.59% from 255 or 31.37% from 475); Max value from RGB is 182 - color contains mainly: green. Hex color #90B695 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #90B695 is #6F496A. Grayscale: #A6A6A6. Windows color (decimal): -7293291 or 9811600. OLE color: 9811600.

HSL color Cylindrical-coordinate representation of color #90B695: hue angle of 127.89º degrees, saturation: 0.21, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #90B695 is Cyan = 0.21, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.29.

Color convert

RGB144182149-
CMYK0.2100.180.29
HSL127.89º20.65%63.92%-
HSV(B)127.89º20.88%71.37%-
XYZ33.6541.5634.68-
YUV166.88117.91111.68-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 30.32%
GREEN value IS 182 (71.48% from 255) = 38.32%
BLUE value IS 149 (58.59% from 255) = 31.37%
R=30.32%
G=38.32%
B=31.37%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1441821490.2100.180.29127.8920.6563.92
Hex90B695150121D801540
Octal220266225250223520025100
Binary100100001011011010010101101010100101110110000000101011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90B695

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(144,182,149); }

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

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

 a { background-color: rgb(144,182,149); }

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

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

 span { border-color: rgb(144,182,149); }

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