#90CABA

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

Shades of Shadow Green #90CABA

Tints of Shadow Green #90CABA

Color information

#90CABA (or 0x90CABA) is unknown color: approx Shadow Green. HEX triplet: 90, CA and BA. RGB value is (144,202,186). Sum of RGB (Red+Green+Blue) = 144+202+186=532 (70% of max value = 765). Red value is 144 (56.64% from 255 or 27.07% from 532); Green value is 202 (79.30% from 255 or 37.97% from 532); Blue value is 186 (73.05% from 255 or 34.96% from 532); Max value from RGB is 202 - color contains mainly: green. Hex color #90CABA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #90CABA is #6F3545. Grayscale: #B6B6B6. Windows color (decimal): -7288134 or 12241552. OLE color: 12241552.

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

Color convert

RGB144202186-
CMYK0.2900.080.21
HSL163.45º35.37%67.84%-
HSV(B)163.45º28.71%79.22%-
XYZ41.4951.7254.25-
YUV182.83129.78100.3-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 27.07%
GREEN value IS 202 (79.30% from 255) = 37.97%
BLUE value IS 186 (73.05% from 255) = 34.96%
R=27.07%
G=37.97%
B=34.96%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1442021860.2900.080.21163.4535.3767.84
Hex90CABA1D0815a32344
Octal220312272350102524343104
Binary100100001100101010111010111010100010101101000111000111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90CABA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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