Html Css Color HEX #93DCA8 Chinook

📋 copy color: '#93DCA8'

red 147 ◦ green 220 ◦ blue 168

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

Shades of Chinook #93DCA8

Tints of Chinook #93DCA8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 31.4%

R = 27.48%
G = 41.12%
B = 31.4%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.24

 K value IS 0.14

RGB Variations

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

Color information

#93DCA8 (or 0x93DCA8) is known color: Chinook. HEX triplet: 93, DC and A8. RGB value is (147,220,168). Sum of RGB (Red+Green+Blue) = 147+220+168=535 (70% of max value = 765). Red value is 147 (57.81% from 255 or 27.48% from 535); Green value is 220 (86.33% from 255 or 41.12% from 535); Blue value is 168 (66.02% from 255 or 31.40% from 535); Max value from RGB is 220 - color contains mainly: green. Hex color #93DCA8 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #93DCA8 is #6C2357. Grayscale: #C0C0C0. Windows color (decimal): -7086936 or 11066515. OLE color: 11066515.

HSL color Cylindrical-coordinate representation of color #93DCA8: hue angle of 137.26º 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 #93DCA8 is Cyan = 0.33, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.14.

Color convert

RGB 147 220 168 -
CMYK 0.33 0 0.24 0.14
HSL 137.26º 0.51% 0.72% -
HSV(B) 137.26º 0.33% 0.86% -
XYZ 44.69 60.22 46.31 -
YUV 192.25 114.32 95.73 -
System Red Green Blue C M Y K H S L
Decimal 147 220 168 0.33 0 0.24 0.14 137.26 0.51 0.72
Hex 93 DC A8 21 0 18 E 89 33 48
Octal 223 334 250 41 0 30 16 211 63 110
Binary 10010011 11011100 10101000 100001 0 11000 1110 10001001 110011 1001000

Color Harmonies of #93DCA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93DCA8

Black with #93DCA8

Text Example


Text Example

White with #93DCA8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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