Html Css Color HEX #93C9BE Shadow Green

📋 copy color: '#93C9BE'

red 147 ◦ green 201 ◦ blue 190

#93C9BE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Shadow Green #93C9BE

Tints of Shadow Green #93C9BE

RGB

 RED value IS 147 (57.81% from 255) = 27.32%

 GREEN value IS 201 (78.91% from 255) = 37.36%

 BLUE value IS 190 (74.61% from 255) = 35.32%

R = 27.32%
G = 37.36%
B = 35.32%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.05

 K value IS 0.21

RGB Variations

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

Color information

#93C9BE (or 0x93C9BE) is known color: Shadow Green. HEX triplet: 93, C9 and BE. RGB value is (147,201,190). Sum of RGB (Red+Green+Blue) = 147+201+190=538 (71% of max value = 765). Red value is 147 (57.81% from 255 or 27.32% from 538); Green value is 201 (78.91% from 255 or 37.36% from 538); Blue value is 190 (74.61% from 255 or 35.32% from 538); Max value from RGB is 201 - color contains mainly: green. Hex color #93C9BE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #93C9BE is #6C3641. Grayscale: #B7B7B7. Windows color (decimal): -7091778 or 12503443. OLE color: 12503443.

HSL color Cylindrical-coordinate representation of color #93C9BE: hue angle of 167.78º degrees, saturation: 0.33, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #93C9BE is Cyan = 0.27, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.21.

Color convert

RGB 147 201 190 -
CMYK 0.27 0 0.05 0.21
HSL 167.78º 0.33% 0.68% -
HSV(B) 167.78º 0.27% 0.79% -
XYZ 42.21 51.69 56.47 -
YUV 183.6 131.61 101.89 -
System Red Green Blue C M Y K H S L
Decimal 147 201 190 0.27 0 0.05 0.21 167.78 0.33 0.68
Hex 93 C9 BE 1B 0 5 15 A8 21 44
Octal 223 311 276 33 0 5 25 250 41 104
Binary 10010011 11001001 10111110 11011 0 101 10101 10101000 100001 1000100

Color Harmonies of #93C9BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93C9BE

Black with #93C9BE

Text Example


Text Example

White with #93C9BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(147,201,190); }

 H1.HeaderClassName
 {
   color: #93C9BE;
 }
 .AnyTagClassName
 {
   color: #93C9BE;
 }
</style>

background-color css

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

 a { background-color: rgb(147,201,190); }

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

border-color css

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

 span { border-color: rgb(147,201,190); }

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