Html Css Color HEX #93D0A6 Chinook

📋 copy color: '#93D0A6'

red 147 ◦ green 208 ◦ blue 166

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

Shades of Chinook #93D0A6

Tints of Chinook #93D0A6

RGB

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

 GREEN value IS 208 (81.64% from 255) = 39.92%

 BLUE value IS 166 (65.23% from 255) = 31.86%

R = 28.21%
G = 39.92%
B = 31.86%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.20

 K value IS 0.18

RGB Variations

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

Color information

#93D0A6 (or 0x93D0A6) is known color: Chinook. HEX triplet: 93, D0 and A6. RGB value is (147,208,166). Sum of RGB (Red+Green+Blue) = 147+208+166=521 (69% of max value = 765). Red value is 147 (57.81% from 255 or 28.21% from 521); Green value is 208 (81.64% from 255 or 39.92% from 521); Blue value is 166 (65.23% from 255 or 31.86% from 521); Max value from RGB is 208 - color contains mainly: green. Hex color #93D0A6 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #93D0A6 is #6C2F59. Grayscale: #B9B9B9. Windows color (decimal): -7090010 or 10932371. OLE color: 10932371.

HSL color Cylindrical-coordinate representation of color #93D0A6: hue angle of 138.69º degrees, saturation: 0.39, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #93D0A6 is Cyan = 0.29, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.18.

Color convert

RGB 147 208 166 -
CMYK 0.29 0 0.20 0.18
HSL 138.69º 0.39% 0.7% -
HSV(B) 138.69º 0.29% 0.82% -
XYZ 41.47 54.07 44.33 -
YUV 184.97 117.29 100.92 -
System Red Green Blue C M Y K H S L
Decimal 147 208 166 0.29 0 0.20 0.18 138.69 0.39 0.7
Hex 93 D0 A6 1D 0 14 12 8B 27 46
Octal 223 320 246 35 0 24 22 213 47 106
Binary 10010011 11010000 10100110 11101 0 10100 10010 10001011 100111 1000110

Color Harmonies of #93D0A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93D0A6

Black with #93D0A6

Text Example


Text Example

White with #93D0A6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(147,208,166); }

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

background-color css

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

 a { background-color: rgb(147,208,166); }

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

border-color css

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

 span { border-color: rgb(147,208,166); }

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