#90C48E

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

Shades of Dark Sea Green #90C48E

Tints of Dark Sea Green #90C48E

Color information

#90C48E (or 0x90C48E) is unknown color: approx Dark Sea Green. HEX triplet: 90, C4 and 8E. RGB value is (144,196,142). Sum of RGB (Red+Green+Blue) = 144+196+142=482 (63% of max value = 765). Red value is 144 (56.64% from 255 or 29.88% from 482); Green value is 196 (76.95% from 255 or 40.66% from 482); Blue value is 142 (55.86% from 255 or 29.46% from 482); Max value from RGB is 196 - color contains mainly: green. Hex color #90C48E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #90C48E is #6F3B71. Grayscale: #AEAEAE. Windows color (decimal): -7289714 or 9356432. OLE color: 9356432.

HSL color Cylindrical-coordinate representation of color #90C48E: hue angle of 117.78º degrees, saturation: 0.31, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #90C48E is Cyan = 0.27, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.23.

Color convert

RGB144196142-
CMYK0.2700.280.23
HSL117.78º31.4%66.27%-
HSV(B)117.78º27.55%76.86%-
XYZ36.1247.3632.83-
YUV174.3109.77106.39-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 29.88%
GREEN value IS 196 (76.95% from 255) = 40.66%
BLUE value IS 142 (55.86% from 255) = 29.46%
R=29.88%
G=40.66%
B=29.46%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1441961420.2700.280.23117.7831.466.27
Hex90C48E1B01C17761f42
Octal220304216330342716637102
Binary10010000110001001000111011011011100101111110110111111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90C48E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(144,196,142); }

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

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

 a { background-color: rgb(144,196,142); }

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

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

 span { border-color: rgb(144,196,142); }

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