#90C996

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

Shades of Dark Sea Green #90C996

Tints of Dark Sea Green #90C996

Color information

#90C996 (or 0x90C996) is unknown color: approx Dark Sea Green. HEX triplet: 90, C9 and 96. RGB value is (144,201,150). Sum of RGB (Red+Green+Blue) = 144+201+150=495 (65% of max value = 765). Red value is 144 (56.64% from 255 or 29.09% from 495); Green value is 201 (78.91% from 255 or 40.61% from 495); Blue value is 150 (58.98% from 255 or 30.30% from 495); Max value from RGB is 201 - color contains mainly: green. Hex color #90C996 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #90C996 is #6F3669. Grayscale: #B2B2B2. Windows color (decimal): -7288426 or 9882000. OLE color: 9882000.

HSL color Cylindrical-coordinate representation of color #90C996: hue angle of 126.32º degrees, saturation: 0.35, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #90C996 is Cyan = 0.28, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.21.

Color convert

RGB144201150-
CMYK0.2800.250.21
HSL126.32º34.55%67.65%-
HSV(B)126.32º28.36%78.82%-
XYZ37.8949.936.49-
YUV178.14112.12103.65-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 29.09%
GREEN value IS 201 (78.91% from 255) = 40.61%
BLUE value IS 150 (58.98% from 255) = 30.30%
R=29.09%
G=40.61%
B=30.30%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1442011500.2800.250.21126.3234.5567.65
Hex90C9961C019157e2344
Octal220311226340312517643104
Binary100100001100100110010110111000110011010111111101000111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90C996

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(144,201,150); }

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

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

 a { background-color: rgb(144,201,150); }

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

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

 span { border-color: rgb(144,201,150); }

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