#93C0BD

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

Shades of Shadow Green #93C0BD

Tints of Shadow Green #93C0BD

Color information

#93C0BD (or 0x93C0BD) is unknown color: approx Shadow Green. HEX triplet: 93, C0 and BD. RGB value is (147,192,189). Sum of RGB (Red+Green+Blue) = 147+192+189=528 (69% of max value = 765). Red value is 147 (57.81% from 255 or 27.84% from 528); Green value is 192 (75.39% from 255 or 36.36% from 528); Blue value is 189 (74.22% from 255 or 35.80% from 528); Max value from RGB is 192 - color contains mainly: green. Hex color #93C0BD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #93C0BD is #6C3F42. Grayscale: #B2B2B2. Windows color (decimal): -7094083 or 12435603. OLE color: 12435603.

HSL color Cylindrical-coordinate representation of color #93C0BD: hue angle of 176º 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 #93C0BD is Cyan = 0.23, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.25.

Color convert

RGB147192189-
CMYK0.2300.020.25
HSL176º26.32%66.47%-
HSV(B)176º23.44%75.29%-
XYZ40.0747.5855.22-
YUV178.2134.09105.74-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 27.84%
GREEN value IS 192 (75.39% from 255) = 36.36%
BLUE value IS 189 (74.22% from 255) = 35.80%
R=27.84%
G=36.36%
B=35.80%

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
Decimal1471921890.2300.020.2517626.3266.47
Hex93C0BD170219b01a42
Octal22330027527023126032102
Binary100100111100000010111101101110101100110110000110101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93C0BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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