#93C0BC

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

Shades of Shadow Green #93C0BC

Tints of Shadow Green #93C0BC

Color information

#93C0BC (or 0x93C0BC) is unknown color: approx Shadow Green. HEX triplet: 93, C0 and BC. RGB value is (147,192,188). Sum of RGB (Red+Green+Blue) = 147+192+188=527 (69% of max value = 765). Red value is 147 (57.81% from 255 or 27.89% from 527); Green value is 192 (75.39% from 255 or 36.43% from 527); Blue value is 188 (73.83% from 255 or 35.67% from 527); Max value from RGB is 192 - color contains mainly: green. Hex color #93C0BC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #93C0BC is #6C3F43. Grayscale: #B2B2B2. Windows color (decimal): -7094084 or 12370067. OLE color: 12370067.

HSL color Cylindrical-coordinate representation of color #93C0BC: hue angle of 174.67º degrees, saturation: 0.26, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #93C0BC is Cyan = 0.23, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.25.

Color convert

RGB147192188-
CMYK0.2300.020.25
HSL174.67º26.32%66.47%-
HSV(B)174.67º23.44%75.29%-
XYZ39.9647.5354.65-
YUV178.09133.59105.83-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 27.89%
GREEN value IS 192 (75.39% from 255) = 36.43%
BLUE value IS 188 (73.83% from 255) = 35.67%
R=27.89%
G=36.43%
B=35.67%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1471921880.2300.020.25174.6726.3266.47
Hex93C0BC170219af1a42
Octal22330027427023125732102
Binary100100111100000010111100101110101100110101111110101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93C0BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,192,188); }

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

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

 a { background-color: rgb(147,192,188); }

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

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

 span { border-color: rgb(147,192,188); }

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