#90C1C0

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

Shades of Shadow Green #90C1C0

Tints of Shadow Green #90C1C0

Color information

#90C1C0 (or 0x90C1C0) is unknown color: approx Shadow Green. HEX triplet: 90, C1 and C0. RGB value is (144,193,192). Sum of RGB (Red+Green+Blue) = 144+193+192=529 (70% of max value = 765). Red value is 144 (56.64% from 255 or 27.22% from 529); Green value is 193 (75.78% from 255 or 36.48% from 529); Blue value is 192 (75.39% from 255 or 36.29% from 529); Max value from RGB is 193 - color contains mainly: green. Hex color #90C1C0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #90C1C0 is #6F3E3F. Grayscale: #B2B2B2. Windows color (decimal): -7290432 or 12632464. OLE color: 12632464.

HSL color Cylindrical-coordinate representation of color #90C1C0: hue angle of 178.78º degrees, saturation: 0.28, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #90C1C0 is Cyan = 0.25, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.24.

Color convert

RGB144193192-
CMYK0.2500.010.24
HSL178.78º28.32%66.08%-
HSV(B)178.78º25.39%75.69%-
XYZ40.0947.8757-
YUV178.24135.77103.58-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 27.22%
GREEN value IS 193 (75.78% from 255) = 36.48%
BLUE value IS 192 (75.39% from 255) = 36.29%
R=27.22%
G=36.48%
B=36.29%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1441931920.2500.010.24178.7828.3266.08
Hex90C1C0190118b31c42
Octal22030130031013026334102
Binary10010000110000011100000011001011100010110011111001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90C1C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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