Html Css Color HEX #93D3A6 Chinook

📋 copy color: '#93D3A6'

red 147 ◦ green 211 ◦ blue 166

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

Shades of Chinook #93D3A6

Tints of Chinook #93D3A6

RGB

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

 GREEN value IS 211 (82.81% from 255) = 40.27%

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

R = 28.05%
G = 40.27%
B = 31.68%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.21

 K value IS 0.17

RGB Variations

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

Color information

#93D3A6 (or 0x93D3A6) is known color: Chinook. HEX triplet: 93, D3 and A6. RGB value is (147,211,166). Sum of RGB (Red+Green+Blue) = 147+211+166=524 (69% of max value = 765). Red value is 147 (57.81% from 255 or 28.05% from 524); Green value is 211 (82.81% from 255 or 40.27% from 524); Blue value is 166 (65.23% from 255 or 31.68% from 524); Max value from RGB is 211 - color contains mainly: green. Hex color #93D3A6 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #93D3A6 is #6C2C59. Grayscale: #BABABA. Windows color (decimal): -7089242 or 10933139. OLE color: 10933139.

HSL color Cylindrical-coordinate representation of color #93D3A6: hue angle of 137.81º degrees, saturation: 0.42, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #93D3A6 is Cyan = 0.30, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.17.

Color convert

RGB 147 211 166 -
CMYK 0.30 0 0.21 0.17
HSL 137.81º 0.42% 0.7% -
HSV(B) 137.81º 0.3% 0.83% -
XYZ 42.21 55.54 44.57 -
YUV 186.73 116.3 99.66 -
System Red Green Blue C M Y K H S L
Decimal 147 211 166 0.30 0 0.21 0.17 137.81 0.42 0.7
Hex 93 D3 A6 1E 0 15 11 8A 2A 46
Octal 223 323 246 36 0 25 21 212 52 106
Binary 10010011 11010011 10100110 11110 0 10101 10001 10001010 101010 1000110

Color Harmonies of #93D3A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93D3A6

Black with #93D3A6

Text Example


Text Example

White with #93D3A6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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