Html Css Color HEX #93D4A0 Chinook

📋 copy color: '#93D4A0'

red 147 ◦ green 212 ◦ blue 160

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

Shades of Chinook #93D4A0

Tints of Chinook #93D4A0

RGB

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

 GREEN value IS 212 (83.2% from 255) = 40.85%

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

R = 28.32%
G = 40.85%
B = 30.83%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.25

 K value IS 0.17

RGB Variations

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

Color information

#93D4A0 (or 0x93D4A0) is known color: Chinook. HEX triplet: 93, D4 and A0. RGB value is (147,212,160). Sum of RGB (Red+Green+Blue) = 147+212+160=519 (68% of max value = 765). Red value is 147 (57.81% from 255 or 28.32% from 519); Green value is 212 (83.20% from 255 or 40.85% from 519); Blue value is 160 (62.89% from 255 or 30.83% from 519); Max value from RGB is 212 - color contains mainly: green. Hex color #93D4A0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #93D4A0 is #6C2B5F. Grayscale: #BABABA. Windows color (decimal): -7088992 or 10540179. OLE color: 10540179.

HSL color Cylindrical-coordinate representation of color #93D4A0: hue angle of 132º degrees, saturation: 0.43, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #93D4A0 is Cyan = 0.31, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.17.

Color convert

RGB 147 212 160 -
CMYK 0.31 0 0.25 0.17
HSL 132º 0.43% 0.7% -
HSV(B) 132º 0.31% 0.83% -
XYZ 41.92 55.83 41.82 -
YUV 186.64 112.97 99.73 -
System Red Green Blue C M Y K H S L
Decimal 147 212 160 0.31 0 0.25 0.17 132 0.43 0.7
Hex 93 D4 A0 1F 0 19 11 84 2B 46
Octal 223 324 240 37 0 31 21 204 53 106
Binary 10010011 11010100 10100000 11111 0 11001 10001 10000100 101011 1000110

Color Harmonies of #93D4A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93D4A0

Black with #93D4A0

Text Example


Text Example

White with #93D4A0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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