#90C08B

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

Shades of Dark Sea Green #90C08B

Tints of Dark Sea Green #90C08B

Color information

#90C08B (or 0x90C08B) is unknown color: approx Dark Sea Green. HEX triplet: 90, C0 and 8B. RGB value is (144,192,139). Sum of RGB (Red+Green+Blue) = 144+192+139=475 (62% of max value = 765). Red value is 144 (56.64% from 255 or 30.32% from 475); Green value is 192 (75.39% from 255 or 40.42% from 475); Blue value is 139 (54.69% from 255 or 29.26% from 475); Max value from RGB is 192 - color contains mainly: green. Hex color #90C08B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #90C08B is #6F3F74. Grayscale: #ABABAB. Windows color (decimal): -7290741 or 9158800. OLE color: 9158800.

HSL color Cylindrical-coordinate representation of color #90C08B: hue angle of 114.34º degrees, saturation: 0.3, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #90C08B is Cyan = 0.25, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.25.

Color convert

RGB144192139-
CMYK0.2500.280.25
HSL114.34º29.61%64.9%-
HSV(B)114.34º27.6%75.29%-
XYZ35.0145.4931.36-
YUV171.61109.6108.31-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 30.32%
GREEN value IS 192 (75.39% from 255) = 40.42%
BLUE value IS 139 (54.69% from 255) = 29.26%
R=30.32%
G=40.42%
B=29.26%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1441921390.2500.280.25114.3429.6164.9
Hex90C08B1901C19721e41
Octal220300213310343116236101
Binary10010000110000001000101111001011100110011110010111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90C08B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(144,192,139); }

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

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

 a { background-color: rgb(144,192,139); }

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

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

 span { border-color: rgb(144,192,139); }

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