Html Css Color HEX #93C0BC Shadow Green

📋 copy color: '#93C0BC'

red 147 ◦ green 192 ◦ blue 188

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

Shades of Shadow Green #93C0BC

Tints of Shadow Green #93C0BC

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 value IS 0.23

 M value IS 0

 Y value IS 0.02

 K value IS 0.25

RGB Variations

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

Color information

#93C0BC (or 0x93C0BC) is known color: 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

RGB 147 192 188 -
CMYK 0.23 0 0.02 0.25
HSL 174.67º 0.26% 0.66% -
HSV(B) 174.67º 0.23% 0.75% -
XYZ 39.96 47.53 54.65 -
YUV 178.09 133.59 105.83 -
System Red Green Blue C M Y K H S L
Decimal 147 192 188 0.23 0 0.02 0.25 174.67 0.26 0.66
Hex 93 C0 BC 17 0 2 19 AF 1A 42
Octal 223 300 274 27 0 2 31 257 32 102
Binary 10010011 11000000 10111100 10111 0 10 11001 10101111 11010 1000010

Color Harmonies of #93C0BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93C0BC

Black with #93C0BC

Text Example


Text Example

White with #93C0BC

Text Example


Text Example

HTML Codes & Css Web 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>