Html Css Color HEX #93DCAA Chinook

📋 copy color: '#93DCAA'

red 147 ◦ green 220 ◦ blue 170

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

Shades of Chinook #93DCAA

Tints of Chinook #93DCAA

RGB

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

 GREEN value IS 220 (86.33% from 255) = 40.97%

 BLUE value IS 170 (66.8% from 255) = 31.66%

R = 27.37%
G = 40.97%
B = 31.66%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.23

 K value IS 0.14

RGB Variations

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

Color information

#93DCAA (or 0x93DCAA) is known color: Chinook. HEX triplet: 93, DC and AA. RGB value is (147,220,170). Sum of RGB (Red+Green+Blue) = 147+220+170=537 (71% of max value = 765). Red value is 147 (57.81% from 255 or 27.37% from 537); Green value is 220 (86.33% from 255 or 40.97% from 537); Blue value is 170 (66.80% from 255 or 31.66% from 537); Max value from RGB is 220 - color contains mainly: green. Hex color #93DCAA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #93DCAA is #6C2355. Grayscale: #C0C0C0. Windows color (decimal): -7086934 or 11197587. OLE color: 11197587.

HSL color Cylindrical-coordinate representation of color #93DCAA: hue angle of 138.9º degrees, saturation: 0.51, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #93DCAA is Cyan = 0.33, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.14.

Color convert

RGB 147 220 170 -
CMYK 0.33 0 0.23 0.14
HSL 138.9º 0.51% 0.72% -
HSV(B) 138.9º 0.33% 0.86% -
XYZ 44.88 60.29 47.3 -
YUV 192.47 115.32 95.57 -
System Red Green Blue C M Y K H S L
Decimal 147 220 170 0.33 0 0.23 0.14 138.9 0.51 0.72
Hex 93 DC AA 21 0 17 E 8B 33 48
Octal 223 334 252 41 0 27 16 213 63 110
Binary 10010011 11011100 10101010 100001 0 10111 1110 10001011 110011 1001000

Color Harmonies of #93DCAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93DCAA

Black with #93DCAA

Text Example


Text Example

White with #93DCAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(147,220,170); }

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

background-color css

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

 a { background-color: rgb(147,220,170); }

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

border-color css

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

 span { border-color: rgb(147,220,170); }

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