#90C6BA

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

Shades of Shadow Green #90C6BA

Tints of Shadow Green #90C6BA

Color information

#90C6BA (or 0x90C6BA) is unknown color: approx Shadow Green. HEX triplet: 90, C6 and BA. RGB value is (144,198,186). Sum of RGB (Red+Green+Blue) = 144+198+186=528 (69% of max value = 765). Red value is 144 (56.64% from 255 or 27.27% from 528); Green value is 198 (77.73% from 255 or 37.5% from 528); Blue value is 186 (73.05% from 255 or 35.23% from 528); Max value from RGB is 198 - color contains mainly: green. Hex color #90C6BA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #90C6BA is #6F3945. Grayscale: #B4B4B4. Windows color (decimal): -7289158 or 12240528. OLE color: 12240528.

HSL color Cylindrical-coordinate representation of color #90C6BA: hue angle of 166.67º degrees, saturation: 0.32, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #90C6BA is Cyan = 0.27, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.22.

Color convert

RGB144198186-
CMYK0.2700.060.22
HSL166.67º32.14%67.06%-
HSV(B)166.67º27.27%77.65%-
XYZ40.5649.8653.94-
YUV180.49131.11101.98-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 27.27%
GREEN value IS 198 (77.73% from 255) = 37.5%
BLUE value IS 186 (73.05% from 255) = 35.23%
R=27.27%
G=37.5%
B=35.23%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1441981860.2700.060.22166.6732.1467.06
Hex90C6BA1B0616a72043
Octal22030627233062624740103
Binary10010000110001101011101011011011010110101001111000001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90C6BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(144,198,186); }

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

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

 a { background-color: rgb(144,198,186); }

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

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

 span { border-color: rgb(144,198,186); }

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