#90BB95

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

Shades of Dark Sea Green #90BB95

Tints of Dark Sea Green #90BB95

Color information

#90BB95 (or 0x90BB95) is unknown color: approx Dark Sea Green. HEX triplet: 90, BB and 95. RGB value is (144,187,149). Sum of RGB (Red+Green+Blue) = 144+187+149=480 (63% of max value = 765). Red value is 144 (56.64% from 255 or 30% from 480); Green value is 187 (73.44% from 255 or 38.96% from 480); Blue value is 149 (58.59% from 255 or 31.04% from 480); Max value from RGB is 187 - color contains mainly: green. Hex color #90BB95 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #90BB95 is #6F446A. Grayscale: #A9A9A9. Windows color (decimal): -7292011 or 9812880. OLE color: 9812880.

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

Color convert

RGB144187149-
CMYK0.2300.200.27
HSL126.98º24.02%64.9%-
HSV(B)126.98º22.99%73.33%-
XYZ34.743.6435.03-
YUV169.81116.25109.59-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 30%
GREEN value IS 187 (73.44% from 255) = 38.96%
BLUE value IS 149 (58.59% from 255) = 31.04%
R=30%
G=38.96%
B=31.04%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1441871490.2300.200.27126.9824.0264.9
Hex90BB95170141B7f1841
Octal220273225270243317730101
Binary10010000101110111001010110111010100110111111111110001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90BB95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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