#93CCBA

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

Shades of Shadow Green #93CCBA

Tints of Shadow Green #93CCBA

Color information

#93CCBA (or 0x93CCBA) is unknown color: approx Shadow Green. HEX triplet: 93, CC and BA. RGB value is (147,204,186). Sum of RGB (Red+Green+Blue) = 147+204+186=537 (71% of max value = 765). Red value is 147 (57.81% from 255 or 27.37% from 537); Green value is 204 (80.08% from 255 or 37.99% from 537); Blue value is 186 (73.05% from 255 or 34.64% from 537); Max value from RGB is 204 - color contains mainly: green. Hex color #93CCBA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #93CCBA is #6C3345. Grayscale: #B8B8B8. Windows color (decimal): -7091014 or 12242067. OLE color: 12242067.

HSL color Cylindrical-coordinate representation of color #93CCBA: hue angle of 161.05º degrees, saturation: 0.36, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #93CCBA is Cyan = 0.28, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.2.

Color convert

RGB147204186-
CMYK0.2800.090.2
HSL161.05º35.85%68.82%-
HSV(B)161.05º27.94%80%-
XYZ42.4952.9354.43-
YUV184.9128.62100.96-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 27.37%
GREEN value IS 204 (80.08% from 255) = 37.99%
BLUE value IS 186 (73.05% from 255) = 34.64%
R=27.37%
G=37.99%
B=34.64%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1472041860.2800.090.2161.0535.8568.82
Hex93CCBA1C0914a12445
Octal223314272340112424144105
Binary100100111100110010111010111000100110100101000011001001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93CCBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #93CCBA; }

 p { color: rgb(147,204,186); }

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

<style>
 a { background-color: #93CCBA; }

 a { background-color: rgb(147,204,186); }

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

<style>
 span { border-color: #93CCBA; }

 span { border-color: rgb(147,204,186); }

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