Html Css Color HEX #93C8C0 Shadow Green

📋 copy color: '#93C8C0'

red 147 ◦ green 200 ◦ blue 192

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

Shades of Shadow Green #93C8C0

Tints of Shadow Green #93C8C0

RGB

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

 GREEN value IS 200 (78.52% from 255) = 37.11%

 BLUE value IS 192 (75.39% from 255) = 35.62%

R = 27.27%
G = 37.11%
B = 35.62%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.04

 K value IS 0.22

RGB Variations

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

Color information

#93C8C0 (or 0x93C8C0) is known color: Shadow Green. HEX triplet: 93, C8 and C0. RGB value is (147,200,192). Sum of RGB (Red+Green+Blue) = 147+200+192=539 (71% of max value = 765). Red value is 147 (57.81% from 255 or 27.27% from 539); Green value is 200 (78.52% from 255 or 37.11% from 539); Blue value is 192 (75.39% from 255 or 35.62% from 539); Max value from RGB is 200 - color contains mainly: green. Hex color #93C8C0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #93C8C0 is #6C373F. Grayscale: #B7B7B7. Windows color (decimal): -7092032 or 12634259. OLE color: 12634259.

HSL color Cylindrical-coordinate representation of color #93C8C0: hue angle of 170.94º degrees, saturation: 0.33, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #93C8C0 is Cyan = 0.26, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.22.

Color convert

RGB 147 200 192 -
CMYK 0.26 0 0.04 0.22
HSL 170.94º 0.33% 0.68% -
HSV(B) 170.94º 0.27% 0.78% -
XYZ 42.2 51.32 57.55 -
YUV 183.24 132.94 102.15 -
System Red Green Blue C M Y K H S L
Decimal 147 200 192 0.26 0 0.04 0.22 170.94 0.33 0.68
Hex 93 C8 C0 1A 0 4 16 AB 21 44
Octal 223 310 300 32 0 4 26 253 41 104
Binary 10010011 11001000 11000000 11010 0 100 10110 10101011 100001 1000100

Color Harmonies of #93C8C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93C8C0

Black with #93C8C0

Text Example


Text Example

White with #93C8C0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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