Html Css Color HEX #93B5A0 Summer Green

📋 copy color: '#93B5A0'

red 147 ◦ green 181 ◦ blue 160

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

Shades of Summer Green #93B5A0

Tints of Summer Green #93B5A0

RGB

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

 GREEN value IS 181 (71.09% from 255) = 37.09%

 BLUE value IS 160 (62.89% from 255) = 32.79%

R = 30.12%
G = 37.09%
B = 32.79%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.12

 K value IS 0.29

RGB Variations

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

Color information

#93B5A0 (or 0x93B5A0) is known color: Summer Green. HEX triplet: 93, B5 and A0. RGB value is (147,181,160). Sum of RGB (Red+Green+Blue) = 147+181+160=488 (64% of max value = 765). Red value is 147 (57.81% from 255 or 30.12% from 488); Green value is 181 (71.09% from 255 or 37.09% from 488); Blue value is 160 (62.89% from 255 or 32.79% from 488); Max value from RGB is 181 - color contains mainly: green. Hex color #93B5A0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #93B5A0 is #6C4A5F. Grayscale: #A8A8A8. Windows color (decimal): -7096928 or 10532243. OLE color: 10532243.

HSL color Cylindrical-coordinate representation of color #93B5A0: hue angle of 142.94º degrees, saturation: 0.19, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #93B5A0 is Cyan = 0.19, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.29.

Color convert

RGB 147 181 160 -
CMYK 0.19 0 0.12 0.29
HSL 142.94º 0.19% 0.64% -
HSV(B) 142.94º 0.19% 0.71% -
XYZ 34.9 41.79 39.48 -
YUV 168.44 123.24 112.71 -
System Red Green Blue C M Y K H S L
Decimal 147 181 160 0.19 0 0.12 0.29 142.94 0.19 0.64
Hex 93 B5 A0 13 0 C 1D 8F 13 40
Octal 223 265 240 23 0 14 35 217 23 100
Binary 10010011 10110101 10100000 10011 0 1100 11101 10001111 10011 1000000

Color Harmonies of #93B5A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93B5A0

Black with #93B5A0

Text Example


Text Example

White with #93B5A0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(147,181,160); }

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

background-color css

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

 a { background-color: rgb(147,181,160); }

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

border-color css

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

 span { border-color: rgb(147,181,160); }

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