#93C8BA

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

Shades of Shadow Green #93C8BA

Tints of Shadow Green #93C8BA

Color information

#93C8BA (or 0x93C8BA) is unknown color: approx Shadow Green. HEX triplet: 93, C8 and BA. RGB value is (147,200,186). Sum of RGB (Red+Green+Blue) = 147+200+186=533 (70% of max value = 765). Red value is 147 (57.81% from 255 or 27.58% from 533); Green value is 200 (78.52% from 255 or 37.52% from 533); Blue value is 186 (73.05% from 255 or 34.90% from 533); Max value from RGB is 200 - color contains mainly: green. Hex color #93C8BA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #93C8BA is #6C3745. Grayscale: #B6B6B6. Windows color (decimal): -7092038 or 12241043. OLE color: 12241043.

HSL color Cylindrical-coordinate representation of color #93C8BA: hue angle of 164.15º degrees, saturation: 0.33, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #93C8BA is Cyan = 0.26, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.22.

Color convert

RGB147200186-
CMYK0.2600.070.22
HSL164.15º32.52%68.04%-
HSV(B)164.15º26.5%78.43%-
XYZ41.5551.0654.12-
YUV182.56129.94102.64-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 27.58%
GREEN value IS 200 (78.52% from 255) = 37.52%
BLUE value IS 186 (73.05% from 255) = 34.90%
R=27.58%
G=37.52%
B=34.90%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1472001860.2600.070.22164.1532.5268.04
Hex93C8BA1A0716a42144
Octal22331027232072624441104
Binary10010011110010001011101011010011110110101001001000011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93C8BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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