Html Css Color HEX #93CCB9 Shadow Green

📋 copy color: '#93CCB9'

red 147 ◦ green 204 ◦ blue 185

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

Shades of Shadow Green #93CCB9

Tints of Shadow Green #93CCB9

RGB

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

 GREEN value IS 204 (80.08% from 255) = 38.06%

 BLUE value IS 185 (72.66% from 255) = 34.51%

R = 27.43%
G = 38.06%
B = 34.51%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.09

 K value IS 0.2

RGB Variations

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

Color information

#93CCB9 (or 0x93CCB9) is known color: Shadow Green. HEX triplet: 93, CC and B9. RGB value is (147,204,185). Sum of RGB (Red+Green+Blue) = 147+204+185=536 (70% of max value = 765). Red value is 147 (57.81% from 255 or 27.43% from 536); Green value is 204 (80.08% from 255 or 38.06% from 536); Blue value is 185 (72.66% from 255 or 34.51% from 536); Max value from RGB is 204 - color contains mainly: green. Hex color #93CCB9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #93CCB9 is #6C3346. Grayscale: #B8B8B8. Windows color (decimal): -7091015 or 12176531. OLE color: 12176531.

HSL color Cylindrical-coordinate representation of color #93CCB9: hue angle of 160º degrees, saturation: 0.36, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #93CCB9 is Cyan = 0.28, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.2.

Color convert

RGB 147 204 185 -
CMYK 0.28 0 0.09 0.2
HSL 160º 0.36% 0.69% -
HSV(B) 160º 0.28% 0.8% -
XYZ 42.38 52.89 53.87 -
YUV 184.79 128.12 101.04 -
System Red Green Blue C M Y K H S L
Decimal 147 204 185 0.28 0 0.09 0.2 160 0.36 0.69
Hex 93 CC B9 1C 0 9 14 A0 24 45
Octal 223 314 271 34 0 11 24 240 44 105
Binary 10010011 11001100 10111001 11100 0 1001 10100 10100000 100100 1000101

Color Harmonies of #93CCB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93CCB9

Black with #93CCB9

Text Example


Text Example

White with #93CCB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(147,204,185); }

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

background-color css

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

 a { background-color: rgb(147,204,185); }

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

border-color css

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

 span { border-color: rgb(147,204,185); }

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