Html Css Color HEX #93BEBD Shadow Green

📋 copy color: '#93BEBD'

red 147 ◦ green 190 ◦ blue 189

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

Shades of Shadow Green #93BEBD

Tints of Shadow Green #93BEBD

RGB

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

 GREEN value IS 190 (74.61% from 255) = 36.12%

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

R = 27.95%
G = 36.12%
B = 35.93%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.01

 K value IS 0.25

RGB Variations

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

Color information

#93BEBD (or 0x93BEBD) is known color: Shadow Green. HEX triplet: 93, BE and BD. RGB value is (147,190,189). Sum of RGB (Red+Green+Blue) = 147+190+189=526 (69% of max value = 765). Red value is 147 (57.81% from 255 or 27.95% from 526); Green value is 190 (74.61% from 255 or 36.12% from 526); Blue value is 189 (74.22% from 255 or 35.93% from 526); Max value from RGB is 190 - color contains mainly: green. Hex color #93BEBD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #93BEBD is #6C4142. Grayscale: #B0B0B0. Windows color (decimal): -7094595 or 12435091. OLE color: 12435091.

HSL color Cylindrical-coordinate representation of color #93BEBD: hue angle of 178.6º degrees, saturation: 0.25, 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 #93BEBD is Cyan = 0.23, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.25.

Color convert

RGB 147 190 189 -
CMYK 0.23 0 0.01 0.25
HSL 178.6º 0.25% 0.66% -
HSV(B) 178.6º 0.23% 0.75% -
XYZ 39.63 46.7 55.07 -
YUV 177.03 134.75 106.58 -
System Red Green Blue C M Y K H S L
Decimal 147 190 189 0.23 0 0.01 0.25 178.6 0.25 0.66
Hex 93 BE BD 17 0 1 19 B3 19 42
Octal 223 276 275 27 0 1 31 263 31 102
Binary 10010011 10111110 10111101 10111 0 1 11001 10110011 11001 1000010

Color Harmonies of #93BEBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93BEBD

Black with #93BEBD

Text Example


Text Example

White with #93BEBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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