Html Css Color HEX #93C4BD Shadow Green

📋 copy color: '#93C4BD'

red 147 ◦ green 196 ◦ blue 189

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

Shades of Shadow Green #93C4BD

Tints of Shadow Green #93C4BD

RGB

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

 GREEN value IS 196 (76.95% from 255) = 36.84%

 BLUE value IS 189 (74.22% from 255) = 35.53%

R = 27.63%
G = 36.84%
B = 35.53%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.04

 K value IS 0.23

RGB Variations

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

Color information

#93C4BD (or 0x93C4BD) is known color: Shadow Green. HEX triplet: 93, C4 and BD. RGB value is (147,196,189). Sum of RGB (Red+Green+Blue) = 147+196+189=532 (70% of max value = 765). Red value is 147 (57.81% from 255 or 27.63% from 532); Green value is 196 (76.95% from 255 or 36.84% from 532); Blue value is 189 (74.22% from 255 or 35.53% from 532); Max value from RGB is 196 - color contains mainly: green. Hex color #93C4BD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #93C4BD is #6C3B42. Grayscale: #B4B4B4. Windows color (decimal): -7093059 or 12436627. OLE color: 12436627.

HSL color Cylindrical-coordinate representation of color #93C4BD: hue angle of 171.43º degrees, saturation: 0.29, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #93C4BD is Cyan = 0.25, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.23.

Color convert

RGB 147 196 189 -
CMYK 0.25 0 0.04 0.23
HSL 171.43º 0.29% 0.67% -
HSV(B) 171.43º 0.25% 0.77% -
XYZ 40.96 49.36 55.51 -
YUV 180.55 132.77 104.07 -
System Red Green Blue C M Y K H S L
Decimal 147 196 189 0.25 0 0.04 0.23 171.43 0.29 0.67
Hex 93 C4 BD 19 0 4 17 AB 1D 43
Octal 223 304 275 31 0 4 27 253 35 103
Binary 10010011 11000100 10111101 11001 0 100 10111 10101011 11101 1000011

Color Harmonies of #93C4BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93C4BD

Black with #93C4BD

Text Example


Text Example

White with #93C4BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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