#93C1BD

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

Shades of Shadow Green #93C1BD

Tints of Shadow Green #93C1BD

Color information

#93C1BD (or 0x93C1BD) is unknown color: approx Shadow Green. HEX triplet: 93, C1 and BD. RGB value is (147,193,189). Sum of RGB (Red+Green+Blue) = 147+193+189=529 (70% of max value = 765). Red value is 147 (57.81% from 255 or 27.79% from 529); Green value is 193 (75.78% from 255 or 36.48% from 529); Blue value is 189 (74.22% from 255 or 35.73% from 529); Max value from RGB is 193 - color contains mainly: green. Hex color #93C1BD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #93C1BD is #6C3E42. Grayscale: #B2B2B2. Windows color (decimal): -7093827 or 12435859. OLE color: 12435859.

HSL color Cylindrical-coordinate representation of color #93C1BD: hue angle of 174.78º degrees, saturation: 0.27, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #93C1BD is Cyan = 0.24, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.24.

Color convert

RGB147193189-
CMYK0.2400.020.24
HSL174.78º27.06%66.67%-
HSV(B)174.78º23.83%75.69%-
XYZ40.2948.0255.29-
YUV178.79133.76105.33-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 27.79%
GREEN value IS 193 (75.78% from 255) = 36.48%
BLUE value IS 189 (74.22% from 255) = 35.73%
R=27.79%
G=36.48%
B=35.73%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1471931890.2400.020.24174.7827.0666.67
Hex93C1BD180218af1b43
Octal22330127530023025733103
Binary100100111100000110111101110000101100010101111110111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93C1BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,193,189); }

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

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

 a { background-color: rgb(147,193,189); }

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

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

 span { border-color: rgb(147,193,189); }

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