Html Css Color HEX #93CAA6 Chinook

📋 copy color: '#93CAA6'

red 147 ◦ green 202 ◦ blue 166

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

Shades of Chinook #93CAA6

Tints of Chinook #93CAA6

RGB

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

 GREEN value IS 202 (79.3% from 255) = 39.22%

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

R = 28.54%
G = 39.22%
B = 32.23%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.18

 K value IS 0.21

RGB Variations

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

Color information

#93CAA6 (or 0x93CAA6) is known color: Chinook. HEX triplet: 93, CA and A6. RGB value is (147,202,166). Sum of RGB (Red+Green+Blue) = 147+202+166=515 (68% of max value = 765). Red value is 147 (57.81% from 255 or 28.54% from 515); Green value is 202 (79.30% from 255 or 39.22% from 515); Blue value is 166 (65.23% from 255 or 32.23% from 515); Max value from RGB is 202 - color contains mainly: green. Hex color #93CAA6 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #93CAA6 is #6C3559. Grayscale: #B5B5B5. Windows color (decimal): -7091546 or 10930835. OLE color: 10930835.

HSL color Cylindrical-coordinate representation of color #93CAA6: hue angle of 140.73º degrees, saturation: 0.34, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #93CAA6 is Cyan = 0.27, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.21.

Color convert

RGB 147 202 166 -
CMYK 0.27 0 0.18 0.21
HSL 140.73º 0.34% 0.68% -
HSV(B) 140.73º 0.27% 0.79% -
XYZ 40.04 51.2 43.85 -
YUV 181.45 119.28 103.43 -
System Red Green Blue C M Y K H S L
Decimal 147 202 166 0.27 0 0.18 0.21 140.73 0.34 0.68
Hex 93 CA A6 1B 0 12 15 8D 22 44
Octal 223 312 246 33 0 22 25 215 42 104
Binary 10010011 11001010 10100110 11011 0 10010 10101 10001101 100010 1000100

Color Harmonies of #93CAA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93CAA6

Black with #93CAA6

Text Example


Text Example

White with #93CAA6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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